Reduce default tab padding in tab-group (#27173)

This commit is contained in:
Wendelin
2025-09-25 12:52:04 +02:00
committed by Paul Bottein
parent 1f0acb3046
commit 107af753ec

View File

@@ -18,6 +18,8 @@ export class HaTabGroupTab extends Tab {
opacity: 0.8; opacity: 0.8;
color: inherit; color: inherit;
--wa-space-l: 16px;
} }
:host([active]:not([disabled])) { :host([active]:not([disabled])) {