Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ class CustomTheme(Base):
|
|
65 |
neutral_hue: colors.Color | str = colors.gray,
|
66 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
67 |
radius_size: sizes.Size | str = sizes.radius_md,
|
68 |
-
|
69 |
font: fonts.Font
|
70 |
| str
|
71 |
| list[fonts.Font | str] = (
|
|
|
65 |
neutral_hue: colors.Color | str = colors.gray,
|
66 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
67 |
radius_size: sizes.Size | str = sizes.radius_md,
|
68 |
+
text_size: sizes.Size | str = sizes.text_lg, # フォントサイズを大きく設定
|
69 |
font: fonts.Font
|
70 |
| str
|
71 |
| list[fonts.Font | str] = (
|