Skip to content

Commit b693d4a

Browse files
committed
fix: pseudo state for border less neutral button
1 parent 6a9c2be commit b693d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/Button/button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
}
194194

195195
&--neutral {
196-
@include pseudo-states(var(--N200), var(--N300));
196+
@include pseudo-states(var(--N100), var(--N200));
197197
}
198198
}
199199

0 commit comments

Comments
 (0)