enhancement(web): reduce tooltip icon contrast (#709)

* failed to compile locally without trailing slash

* matching tooltip color with subtitles/descriptions

* reverted docs icon

* fixed freeleech tooltip text

* corrected colors for tooltip icon on login page
This commit is contained in:
soup 2023-02-12 15:32:10 +01:00 committed by GitHub
parent ac276868fb
commit 21724f29f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ import {
LogSettings,
NotificationSettings,
ReleaseSettings
} from "../screens/settings";
} from "../screens/settings/";
import { RegexPlayground } from "../screens/settings/RegexPlayground";
import { baseUrl } from "../utils";