Skip to content

Commit 68acd18

Browse files
committed
docs: add example for size of section button icons
1 parent 2785661 commit 68acd18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,4 +705,13 @@ card_mod:
705705
--mdc-icon-size: 7rem !important;
706706
--mdc-icon-button-size: 4rem !important;
707707
}
708+
709+
#### Example 28 - Change the size of section button icons
710+
card_mod:
711+
style:
712+
sonos-footer$ sonos-section-button$: |
713+
ha-icon-button {
714+
--mdc-icon-button-size: 5rem !important;
715+
--mdc-icon-size: 3rem !important;
716+
}
708717
```

0 commit comments

Comments
 (0)