add dark mode to popup

This commit is contained in:
SethBurkart123
2023-09-22 13:49:52 +10:00
parent ce6fbcbb75
commit f5cc56c9d9
4 changed files with 43 additions and 27 deletions
-1
View File
@@ -37,7 +37,6 @@ const App: React.FC = () => {
}
];
{/* <div className="flex justify-center w-screen h-screen pt-4 overflow-hidden" style={{ background: settingsState.customThemeColor }}> */}
return (
<div className="flex flex-col w-[384px] shadow-2xl gap-2 bg-white rounded-xl h-[590px] dark:bg-zinc-800 dark:text-white">
<div className="grid border-b border-b-zinc-200/40 place-items-center">