Implemented Dark Mode (#203)
This commit is contained in:
parent
55b11e036e
commit
8b1fbc0096
7 changed files with 791 additions and 1 deletions
|
@ -154,6 +154,9 @@ namespace API.Data.Migrations
|
|||
b.Property<int>("ScalingOption")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("SiteDarkMode")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("AppUserId")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue