Geevarghese George commited on
Commit
8f48d14
·
1 Parent(s): 5c61204
Files changed (1) hide show
  1. src/upgrade_advisor/theme.py +1 -1
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.text_lg,
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"),