Skip to content

Commit 5aaa94a

Browse files
committed
fix(item) Set complex ionItems to use scss var
1 parent f622817 commit 5aaa94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_items.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ button.item.item-complex {
201201
z-index: $z-index-item;
202202
padding: $item-padding (ceil( ($item-padding * 3) + ($item-padding / 3) ) - 5) $item-padding $item-padding;
203203
border: none;
204-
background-color: white;
204+
background-color: $item-default-bg;
205205
}
206206

207207
a.item-content {

0 commit comments

Comments
 (0)