1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Center icon in md-icon-button (#15541)

This commit is contained in:
Bram Kragten
2023-02-22 11:27:57 +01:00
committed by GitHub
parent fef74b0b8a
commit dfb74fd576

View File

@@ -262,6 +262,7 @@ class MoreInfoLight extends LitElement {
md-outlined-icon-button-toggle,
md-outlined-icon-button {
--ha-icon-display: block;
--md-sys-color-on-surface: var(--secondary-text-color);
--md-sys-color-on-surface-variant: var(--secondary-text-color);
--md-sys-color-on-surface-rgb: var(--rgb-secondary-text-color);