diff --git a/src/components/Heading.css b/src/components/Heading.css index 2b101250..3eddc40e 100644 --- a/src/components/Heading.css +++ b/src/components/Heading.css @@ -7,7 +7,7 @@ .vc-h3, .vc-h4, .vc-h5 { - color: var(--header-secondary); + color: var(--header-primary); } .vc-h1 { diff --git a/src/components/settings/QuickAction.css b/src/components/settings/QuickAction.css index 8b94bd2d..ba582106 100644 --- a/src/components/settings/QuickAction.css +++ b/src/components/settings/QuickAction.css @@ -15,7 +15,7 @@ .vc-settings-quickActions-pill { all: unset; background: var(--button-secondary-background); - color: var(--header-secondary); + color: var(--text-default); display: flex; align-items: center; gap: 0.5em; diff --git a/src/components/settings/tabs/plugins/components/styles.css b/src/components/settings/tabs/plugins/components/styles.css index 9d72554e..100c1d4c 100644 --- a/src/components/settings/tabs/plugins/components/styles.css +++ b/src/components/settings/tabs/plugins/components/styles.css @@ -27,9 +27,9 @@ } .vc-plugins-setting-description { - color: var(--header-secondary); + color: var(--text-default); } .vc-plugins-setting-error { color: var(--text-danger); -} +} \ No newline at end of file diff --git a/src/plugins/serverListIndicators/index.tsx b/src/plugins/serverListIndicators/index.tsx index 7648bc2d..17a11a37 100644 --- a/src/plugins/serverListIndicators/index.tsx +++ b/src/plugins/serverListIndicators/index.tsx @@ -55,7 +55,7 @@ function FriendsIndicator() { width: "100%", fontSize: "12px", fontWeight: "600", - color: "var(--header-secondary)", + color: "var(--text-default)", textTransform: "uppercase", textAlign: "center", }}> @@ -79,7 +79,7 @@ function ServersIndicator() { width: "100%", fontSize: "12px", fontWeight: "600", - color: "var(--header-secondary)", + color: "var(--text-default)", textTransform: "uppercase", textAlign: "center", }}> diff --git a/src/plugins/spotifyControls/spotifyStyles.css b/src/plugins/spotifyControls/spotifyStyles.css index e9dfeffd..03cdfbe0 100644 --- a/src/plugins/spotifyControls/spotifyStyles.css +++ b/src/plugins/spotifyControls/spotifyStyles.css @@ -149,7 +149,7 @@ } .vc-spotify-comma { - color: var(--header-secondary); + color: var(--text-default); } .vc-spotify-artist[role="link"]:hover,