style: color in preview panel
This commit is contained in:
@ -315,7 +315,7 @@ function PreviewToolbar({ hasAnyClips }: { hasAnyClips: boolean }) {
|
|||||||
<DropdownMenuTrigger asChild>
|
<DropdownMenuTrigger asChild>
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
className="!bg-background text-foreground text-xs h-auto rounded-none border border-foreground px-0.5 py-0 font-light"
|
className="!bg-background text-foreground/85 text-xs h-auto rounded-none border border-muted-foreground px-0.5 py-0 font-light"
|
||||||
disabled={!hasAnyClips}
|
disabled={!hasAnyClips}
|
||||||
>
|
>
|
||||||
{currentPreset?.name || "Ratio"}
|
{currentPreset?.name || "Ratio"}
|
||||||
|
Reference in New Issue
Block a user