mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
Dim and transition the Create More label on hover (#6479)
Change the "Create more" switch label to use muted foreground by default and transition to foreground on group hover.
This commit is contained in:
@@ -1066,7 +1066,7 @@ export default function NewWorkspaceComposerCard({
|
||||
role="switch"
|
||||
aria-checked={createMultiple}
|
||||
onClick={() => onCreateMultipleChange?.(!createMultiple)}
|
||||
className="group flex w-fit cursor-pointer items-center gap-2 rounded-md text-xs text-foreground outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50"
|
||||
className="group flex w-fit cursor-pointer items-center gap-2 rounded-md text-xs outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50"
|
||||
>
|
||||
<span
|
||||
aria-hidden
|
||||
@@ -1082,7 +1082,7 @@ export default function NewWorkspaceComposerCard({
|
||||
)}
|
||||
/>
|
||||
</span>
|
||||
<span>
|
||||
<span className="text-muted-foreground transition-colors group-hover:text-foreground">
|
||||
{translate('auto.components.NewWorkspaceComposerCard.createMultiple', 'Create more')}
|
||||
</span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user