update to RIO 0.11.1
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user