Updated branding colors, fix popup border

This commit is contained in:
Cole Deck
2025-02-19 19:53:46 +00:00
parent d9454f44d8
commit f873950bc0
4 changed files with 50 additions and 30 deletions

View File

@@ -18,9 +18,10 @@ from db_classes import *
#
# https://rio.dev/docs/api/theme
theme = rio.Theme.from_colors(
secondary_color=rio.Color.from_hex("004990ff"),
primary_color=rio.Color.from_hex("004990ff"),
neutral_color=rio.Color.from_hex("b1cad8FF"),
secondary_color=rio.Color.from_hex("#84329B"),
primary_color=rio.Color.from_hex("#84329B"),
#neutral_color=rio.Color.from_hex("#a850f480"),
neutral_color=rio.Color.from_hex("#D0A2F7"),
light=True,
)