update to RIO 0.11.1

This commit is contained in:
Cole Deck
2025-09-29 18:51:32 +00:00
parent 145a215305
commit 65f6052903
11 changed files with 28 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ import rio
from . import pages
from . import components as comps
from db_classes import *
from db_classes import init
# Define a theme for Rio to use.
#
@@ -22,7 +22,7 @@ theme = rio.Theme.from_colors(
primary_color=rio.Color.from_hex("#84329B"),
#neutral_color=rio.Color.from_hex("#a850f480"),
neutral_color=rio.Color.from_hex("#D0A2F7"),
light=True,
mode='light',
)
init()