Added: CSS template switch in Dashboard.
This commit is contained in:
5
schemas.py
Normal file
5
schemas.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
from typing import Literal
|
||||
|
||||
class SettingsUpdate(BaseModel):
|
||||
overlay_theme: Literal['dark-purple', 'bright-green']
|
||||
Reference in New Issue
Block a user