feat: add icon support to Button component

This commit is contained in:
2026-06-09 14:08:53 +02:00
parent 40505bd05e
commit 02ae2b143e
2 changed files with 6 additions and 2 deletions
+3
View File
@@ -34,4 +34,7 @@
background-color: var(--nds-disabled);
color: var(--nds-neutral);
}
&--icon {
padding: var(--nds-spacing-2xs) var(--nds-spacing-xs);
}
}