Make Vencord title look consistent with Discord (#685)

closes (#649)
This commit is contained in:
Đỗ Văn Hoài Tuân 2023-03-24 17:42:18 -07:00 committed by GitHub
parent 8d8cedd72c
commit 644c5c4faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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