2/n Fixing dark mode bugs

This commit is contained in:
Igor Katson 2023-12-16 11:09:51 +00:00
parent 8d886e0961
commit 33c8b11c6e
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
15 changed files with 78 additions and 96 deletions

View file

@ -184,7 +184,8 @@ export const ConfigModal: React.FC<{
const isActive = t === tab;
let classNames = "text-slate-300";
if (isActive) {
classNames = "text-slate-800 border-b-2 border-blue-800";
classNames =
"text-slate-800 border-b-2 border-blue-800 dark:border-blue-200 dark:text-white";
}
return (
<button