Skip to content

Commit e299d47

Browse files
committed
Unify login and registration buttons with others
1 parent b2d64da commit e299d47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/assets/stylesheets/components/session.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@
139139
padding: var(--spacing-4);
140140
border: none;
141141
border-radius: 999px;
142-
background: #d9480f;
143-
color: #ffffff;
144142
font-size: var(--font-size-sm);
145143
font-weight: var(--font-weight-semibold);
146144
cursor: pointer;
147145
transition: background-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
146+
background: var(--color-bg-button);
147+
color: var(--color-text-button);
148148
}
149149

150150
.session-submit:hover {

0 commit comments

Comments
 (0)