Fixed controls color

This commit is contained in:
Lucas Oliveira 2024-03-31 13:57:44 +03:00
commit 7ea22986a7

View file

@ -477,7 +477,7 @@ export default function Page({
<Background className="" />
{!view && (
<Controls
className="bg-muted fill-foreground stroke-foreground text-primary
className="[&>button]:bg-muted fill-foreground stroke-foreground text-primary
[&>button]:border-b-border hover:[&>button]:bg-border"
></Controls>
)}