Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
3015474
1
Parent(s):
40523c6
corrected sizes
Browse files- ui/themes.py +6 -2
ui/themes.py
CHANGED
@@ -11,9 +11,13 @@ def get_cyberpunk_theme():
|
|
11 |
neutral_hue=colors.gray,
|
12 |
font=[fonts.GoogleFont("Orbitron"), "monospace", "sans-serif"],
|
13 |
radius_size=sizes.Size(
|
14 |
-
|
|
|
|
|
15 |
md="6px",
|
16 |
-
|
|
|
|
|
17 |
)
|
18 |
).set(
|
19 |
# Background colors
|
|
|
11 |
neutral_hue=colors.gray,
|
12 |
font=[fonts.GoogleFont("Orbitron"), "monospace", "sans-serif"],
|
13 |
radius_size=sizes.Size(
|
14 |
+
xxs="2px",
|
15 |
+
xs="3px",
|
16 |
+
sm="4px",
|
17 |
md="6px",
|
18 |
+
lg="8px",
|
19 |
+
xl="10px",
|
20 |
+
xxl="12px"
|
21 |
)
|
22 |
).set(
|
23 |
# Background colors
|