File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Apollo.Components/Settings Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6969 </SettingsSectionDisplay >
7070
7171 <SettingsSectionDisplay Id =" section-themes" Title =" Built-in Themes" >
72- <MudToggleGroup T =" string"
72+ <MudToggleGroup T =" string"
7373 Value =" @GetCurrentThemeValue()"
7474 ValueChanged =" @OnThemeSelected"
75- Class =" mud-width-full"
75+ Class =" mud-width-full"
7676 SelectedClass =" box-shadow-primary"
77- Style =" border:none!important;" >
77+ Style =" border:none!important; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; " >
7878 <MudToggleItem Value =" @(" Apollo " )" Class =" rounded" >
79- <ThemeCard
79+ <ThemeCard
8080 Title =" Apollo"
8181 Description =" Solar-inspired with golden accents"
8282 ChipText =" Default"
8383 IsSelected =" @(Settings.CurrentTheme.Name == " Apollo " && !Settings.IsUsingCustomTheme)"
8484 CardTheme =" @ApolloTheme.Instance.Theme.BaseTheme" />
8585 </MudToggleItem >
8686 <MudToggleItem Value =" @(" Stealth " )" Class =" rounded" >
87- <ThemeCard
87+ <ThemeCard
8888 Title =" Stealth"
8989 Description =" Minimalist flat design"
9090 ChipText =" Stealth"
130130 }
131131 else
132132 {
133- <MudToggleGroup T =" string"
133+ <MudToggleGroup T =" string"
134134 Value =" @GetCurrentThemeValue()"
135135 ValueChanged =" @OnThemeSelected"
136- Class =" mud-width-full"
136+ Class =" mud-width-full"
137137 SelectedClass =" box-shadow-primary"
138- Style =" border:none!important;" >
138+ Style =" border:none!important; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; " >
139139 @foreach ( var customTheme in Settings .CustomThemes .Themes .Values )
140140 {
141141 <MudToggleItem Value =" @($" custom:{customTheme.Data.Id} " )" Class =" rounded" >
You can’t perform that action at this time.
0 commit comments