fix: button focus (#6178)

pull/6177/head
Nafees Nazik 2022-12-26 15:14:43 +05:30 committed by GitHub
parent 69925af17c
commit 31551f3b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ export default function CreateEventTypeButton(props: CreateEventTypeBtnProps) {
<DropdownMenuTrigger asChild>
<Button
EndIcon={Icon.FiChevronDown}
className="radix-state-open:bg-brand-500 radix-state-open:ring-2 radix-state-open:ring-brand-500 ring-offset-2">
className="radix-state-open:!bg-brand-500 radix-state-open:ring-2 radix-state-open:ring-brand-500 ring-offset-2 focus:border-none">
{t("new")}
</Button>
</DropdownMenuTrigger>