wip: desktop work

This commit is contained in:
Adam 2025-10-23 06:33:52 -05:00
parent 78a7f79143
commit 35dec0649d
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 30 additions and 14 deletions

View file

@ -45,6 +45,10 @@
border-color: var(--border-focus);
background-color: var(--surface-focus);
}
[data-slot="icon"] {
color: var(--icon-strong-base);
}
}
&[data-variant="ghost"] {
@ -66,7 +70,10 @@
}
&[data-size="normal"] {
padding: 0 6px 0 6px;
padding: 0 6px;
&[data-icon] {
padding: 0 6px 0 4px;
}
font-size: var(--font-size-small);
line-height: var(--line-height-large);
@ -75,7 +82,12 @@
&[data-size="large"] {
height: 32px;
padding: 0 8px 0 6px;
padding: 0 8px;
&[data-icon] {
padding: 0 8px 0 6px;
}
gap: 8px;
font-family: var(--font-family-sans);