mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 18:23:44 +02:00
chore: eww design tokens
This commit is contained in:
parent
14f024045e
commit
446268e7f5
1 changed files with 6 additions and 6 deletions
|
@ -12,15 +12,15 @@ $design-tokens: (
|
||||||
extra: 12px,
|
extra: 12px,
|
||||||
),
|
),
|
||||||
margin: (
|
margin: (
|
||||||
small: 2px,
|
small: 4px,
|
||||||
default: 4px,
|
default: 6px,
|
||||||
large: 6px,
|
large: 8px,
|
||||||
extra: 16px,
|
extra: 16px,
|
||||||
),
|
),
|
||||||
border-radius: (
|
border-radius: (
|
||||||
small: 6px,
|
small: 4px,
|
||||||
default: 10px,
|
default: 6px,
|
||||||
large: 12px,
|
large: 8px,
|
||||||
extra: 16px,
|
extra: 16px,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue