Skip to content

Commit ece0189

Browse files
authored
fix(list): set buttons to medium size in indigo theme (#2010)
1 parent 0cae296 commit ece0189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/list/themes/shared/item/list-item.indigo.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
padding-block: pad-block(rem(4px), rem(6px), rem(8px));
66
gap: rem(8px);
77

8+
::slotted(igc-button),
9+
::slotted(igc-icon-button),
810
::slotted(igc-icon),
911
::slotted(igc-avatar) {
1012
--ig-size: 2;

0 commit comments

Comments
 (0)