diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/VencordSettings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/VencordSettings/index.tsx b/src/components/VencordSettings/index.tsx index 6c946a1..0171979 100644 --- a/src/components/VencordSettings/index.tsx +++ b/src/components/VencordSettings/index.tsx @@ -59,7 +59,7 @@ function Settings(props: SettingsProps) { const CurrentTab = SettingsTabs[tab]?.component; return <Forms.FormSection> - <Text variant="heading-md/normal" tag="h2">Vencord Settings</Text> + <Text variant="heading-lg/semibold" style={{ color: "var(--header-primary)" }} tag="h2">Vencord Settings</Text> <TabBar type="top" |