fix: casing across all settings pages (#5675)

This commit is contained in:
Aaryan Khandelwal 2024-09-23 16:41:25 +05:30 committed by GitHub
parent 0853a2790f
commit 846398df41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 34 additions and 34 deletions

View file

@ -14,7 +14,7 @@ export interface I_THEME_OPTION {
export const THEME_OPTIONS: I_THEME_OPTION[] = [
{
value: "system",
label: "System Preference",
label: "System preference",
type: "light",
icon: {
border: "#DEE2E6",
@ -44,7 +44,7 @@ export const THEME_OPTIONS: I_THEME_OPTION[] = [
},
{
value: "light-contrast",
label: "Light High Contrast",
label: "Light high contrast",
type: "light",
icon: {
border: "#000000",
@ -54,7 +54,7 @@ export const THEME_OPTIONS: I_THEME_OPTION[] = [
},
{
value: "dark-contrast",
label: "Dark High Contrast",
label: "Dark high contrast",
type: "dark",
icon: {
border: "#FFFFFF",
@ -64,7 +64,7 @@ export const THEME_OPTIONS: I_THEME_OPTION[] = [
},
{
value: "custom",
label: "Custom Theming",
label: "Custom theme",
type: "light",
icon: {
border: "#FFC9C9",