Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Jun 16, 2023
1 parent eb487cd commit 1590f95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/npe2/manifest/contributions/_themes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys
from typing import Literal, Optional, Union

from pydantic import BaseModel, color
Expand Down Expand Up @@ -65,5 +66,6 @@ class ThemeContribution(BaseModel):
' - 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."
default="12pt" if sys.platform == "darwin" else "9pt",
description="Font size (in points, pt) used in the application.",
)

0 comments on commit 1590f95

Please sign in to comment.