fix typing issues

This commit is contained in:
Sina Atalay
2024-12-08 15:58:11 -05:00
parent 1c82847307
commit a5da4bfe7e
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ class ThemeOptions(RenderCVBaseModelWithoutExtraKeys):
),
)
color: pydantic_color.Color = pydantic.Field(
default="rgb(0,79,144)",
default="rgb(0,79,144)", # type: ignore
validate_default=True,
title="Primary Color",
description=(

View File

@@ -120,7 +120,7 @@ class EngineeringresumesThemeOptions(ThemeOptions):
),
)
color: pydantic_color.Color = pydantic.Field(
default="rgb(0,0,0)",
default="rgb(0,0,0)", # type: ignore
validate_default=True,
title="Primary Color",
description=(