Updated branding colors, fix popup border
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user