Skip to content

Commit

Permalink
use FRETstyle component in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 27, 2024
1 parent 6a23fa7 commit c89d588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dont_fret/web/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import dont_fret.web.state as state
from dont_fret.config import cfg
from dont_fret.web.bursts import BurstPage
from dont_fret.web.components import Snackbar
from dont_fret.web.components import FRETStyle, Snackbar
from dont_fret.web.home import HomePage
from dont_fret.web.methods import use_dark_altair
from dont_fret.web.models import BurstColorList
Expand Down Expand Up @@ -67,7 +67,7 @@ def Page():
login_failed = solara.use_reactive(False)
password = solara.use_reactive("")

solara.Style(SCRIPT_PATH / "style.css")
FRETStyle()
use_dark_altair()

def initialize():
Expand Down

0 comments on commit c89d588

Please sign in to comment.