feat(desktop): Adding Provider Icons (#8215)

This commit is contained in:
Daniel Polito
2026-01-13 12:41:35 -03:00
committed by GitHub
parent 2b77a84c4f
commit 528291532b
5 changed files with 45 additions and 9 deletions

View File

@@ -123,13 +123,13 @@
&[data-size="normal"] {
height: 24px;
line-height: 24px;
padding: 0 6px;
&[data-icon] {
padding: 0 12px 0 4px;
}
font-size: var(--font-size-small);
line-height: var(--line-height-large);
gap: 6px;
/* text-12-medium */
@@ -137,7 +137,6 @@
font-size: var(--font-size-small);
font-style: normal;
font-weight: var(--font-weight-medium);
line-height: var(--line-height-large); /* 166.667% */
letter-spacing: var(--letter-spacing-normal);
}