Skip to content

Commit 6e84d5d

Browse files
chore(toggle): update snapshots
1 parent b80a94a commit 6e84d5d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

core/src/themes/ionic/ionic.mixins.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
// }
1313
//
1414
// --------------------------------------------------
15-
@mixin pressed-state($color: null) {
16-
$color: if($color != null, $color, tokens.$ion-state-press);
17-
15+
@mixin pressed-state() {
1816
@include mixins.position(0, 0, 0, 0);
1917

2018
position: absolute;
2119

22-
background-color: $color;
20+
background-color: tokens.$ion-state-press;
2321

2422
content: "";
2523
}

0 commit comments

Comments
 (0)