Skip to content

Commit 4dc7854

Browse files
committed
chore: rename button-style.module.css to button-module.css, add important tag at switch ripple component
1 parent 27f7b51 commit 4dc7854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ui/src/components/switch/styles/_switch.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ $_easing-standard: map.get($_motion, 'easing-standard');
315315
}
316316

317317
& [data-component="ripple"] {
318-
border-radius: map.get($tokens, 'state-layer-shape');
318+
border-radius: map.get($tokens, 'state-layer-shape') !important;
319319
height: map.get($tokens, 'state-layer-size');
320-
inset: unset;
320+
inset: unset !important;
321321
width: map.get($tokens, 'state-layer-size');
322322
}
323323

0 commit comments

Comments
 (0)