diff options
author | JSEverything <pwii+gh@protonmail.com> | 2023-05-05 02:47:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 02:47:18 +0200 |
commit | 0a89d09727a8bf90950db73f3e97cccd081897b6 (patch) | |
tree | 149bb57babcec2047d50f58eab07f84835d2e5d4 /src/components/VencordSettings | |
parent | 474932161fb6e50e90cbd4e1546255b6a520394e (diff) | |
download | Vencord-0a89d09727a8bf90950db73f3e97cccd081897b6.tar.gz Vencord-0a89d09727a8bf90950db73f3e97cccd081897b6.tar.bz2 Vencord-0a89d09727a8bf90950db73f3e97cccd081897b6.zip |
style(Settings): Make the text about raw theme links bold (#1052)
Diffstat (limited to 'src/components/VencordSettings')
-rw-r--r-- | src/components/VencordSettings/ThemesTab.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/VencordSettings/ThemesTab.tsx b/src/components/VencordSettings/ThemesTab.tsx index a3df69d..bbd4fa9 100644 --- a/src/components/VencordSettings/ThemesTab.tsx +++ b/src/components/VencordSettings/ThemesTab.tsx @@ -93,7 +93,7 @@ export default ErrorBoundary.wrap(function () { <Card className="vc-settings-card vc-text-selectable"> <Forms.FormTitle tag="h5">Paste links to .theme.css files here</Forms.FormTitle> <Forms.FormText>One link per line</Forms.FormText> - <Forms.FormText>Make sure to use the raw links or github.io links!</Forms.FormText> + <Forms.FormText><strong>Make sure to use the raw links or github.io links!</strong></Forms.FormText> <Forms.FormDivider className={Margins.top8 + " " + Margins.bottom8} /> <Forms.FormTitle tag="h5">Find Themes:</Forms.FormTitle> <div style={{ marginBottom: ".5em" }}> |