Make Vencord title look consistent with Discord (#685)

closes (#649)
main
Đỗ Văn Hoài Tuân 2 years ago committed by GitHub
parent 8d8cedd72c
commit 644c5c4faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save