watagassy commited on
Commit
7c36143
·
verified ·
1 Parent(s): 2aff399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ 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
- text_size: sizes.Size | str = sizes.text_lg, # フォントサイズを大きく設定
69
- # font: fonts.Font
70
  | str
71
  | list[fonts.Font | str] = (
72
  fonts.GoogleFont("IBM Plex Sans"),
 
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] = (
72
  fonts.GoogleFont("IBM Plex Sans"),