Skip to content

Commit ed648e0

Browse files
committed
refactor(item-divider): remove quotes
1 parent 6e66739 commit ed648e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/components/item-divider/item-divider.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@
147147
}
148148

149149
:host(.ion-color) {
150-
background: colors.current-color("base");
151-
color: colors.current-color("contrast");
150+
background: colors.current-color(base);
151+
color: colors.current-color(contrast);
152152
}
153153

154154
:host(.item-divider-sticky) {

0 commit comments

Comments
 (0)