Skip to content

Commit

Permalink
Add font_size field to theme following changes at napari/napari#5607
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Jun 16, 2023
1 parent 31d1c90 commit eb487cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/npe2/manifest/contributions/_themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ class ThemeContribution(BaseModel):
' - RGB/RGBA strings: `"rgb(255, 255, 255)"`, `"rgba(255, 255, 255, 0.5)`"\n'
' - HSL strings: "`hsl(270, 60%, 70%)"`, `"hsl(270, 60%, 70%, .5)`"\n'
)
font_size: str = Field(
description="Font size (in points, pt) used in the application."
)

0 comments on commit eb487cd

Please sign in to comment.