Spaces:
Running
Running
Geevarghese George
commited on
Commit
·
8f48d14
1
Parent(s):
5c61204
md font
Browse files
src/upgrade_advisor/theme.py
CHANGED
|
@@ -15,7 +15,7 @@ class Christmas(Base):
|
|
| 15 |
neutral_hue: colors.Color | str = colors.stone,
|
| 16 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
| 17 |
radius_size: sizes.Size | str = sizes.radius_lg,
|
| 18 |
-
text_size: sizes.Size | str = sizes.
|
| 19 |
font: fonts.Font | str | Iterable[fonts.Font | str] = (
|
| 20 |
fonts.GoogleFont("Poppins"),
|
| 21 |
fonts.GoogleFont("Nunito"),
|
|
|
|
| 15 |
neutral_hue: colors.Color | str = colors.stone,
|
| 16 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
| 17 |
radius_size: sizes.Size | str = sizes.radius_lg,
|
| 18 |
+
text_size: sizes.Size | str = sizes.text_md,
|
| 19 |
font: fonts.Font | str | Iterable[fonts.Font | str] = (
|
| 20 |
fonts.GoogleFont("Poppins"),
|
| 21 |
fonts.GoogleFont("Nunito"),
|