Limit colors and re-use tailwind config in desktop
This commit is contained in:
parent
d8c356a008
commit
98ce0408f7
11 changed files with 43 additions and 22 deletions
|
|
@ -67,7 +67,7 @@ export const RqbitWebUI = (props: {
|
|||
|
||||
return (
|
||||
<AppContext.Provider value={context}>
|
||||
<div className="dark:bg-gray-900 dark:text-zinc-50 min-h-screen">
|
||||
<div className="dark:bg-gray-900 dark:text-gray-200 min-h-screen">
|
||||
<Header title={props.title} />
|
||||
<div className="relative">
|
||||
{/* Menu buttons */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue