Skip to content

Commit 6a9c2be

Browse files
committed
fix: hover and active for border less neutral and negative grey
1 parent 528ed0e commit 6a9c2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/Button/button.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
}
182182

183183
&--negative-grey {
184-
@include pseudo-states(var(--R100), var(--R200), null, var(--R500));
184+
@include pseudo-states(var(--R100), var(--R200), null, var(--R600));
185185
}
186186

187187
&--positive {
@@ -193,7 +193,7 @@
193193
}
194194

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

0 commit comments

Comments
 (0)