persisted theme + add all settings
This commit is contained in:
parent
0b994a1b0f
commit
46f70e6a5e
5 changed files with 342 additions and 55 deletions
|
|
@ -49,7 +49,7 @@ export function Header({ context }) {
|
|||
className={cx(
|
||||
isEmbedded ? 'text-l cursor-pointer' : 'text-xl',
|
||||
// 'bg-clip-text bg-gradient-to-r from-primary to-secondary text-transparent font-bold',
|
||||
'text-white font-bold flex space-x-2 items-center',
|
||||
'text-foreground font-bold flex space-x-2 items-center',
|
||||
)}
|
||||
>
|
||||
<div
|
||||
|
|
@ -66,7 +66,7 @@ export function Header({ context }) {
|
|||
</h1>
|
||||
</div>
|
||||
{!isZen && (
|
||||
<div className="flex max-w-full overflow-auto text-white ">
|
||||
<div className="flex max-w-full overflow-auto text-foreground">
|
||||
<button
|
||||
onClick={handleTogglePlay}
|
||||
title={started ? 'stop' : 'play'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue