Skip to content

Commit

Permalink
add app selector item logo centering
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Dec 27, 2023
1 parent 33f765e commit 4b3fe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui/_AppSelectorItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const _AppSelectorItem = (props: Props) => (
type="button"
onClick={() => props.onClick(props.extension)}
className={classNames(
'flex gap-4 w-full text-left px-6 py-4 rounded-2xl bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-700 transition duration-200',
'flex items-center gap-4 w-full text-left px-6 py-4 rounded-2xl bg-gray-50 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-700 transition duration-200',
props.className
)}
>
Expand Down

0 comments on commit 4b3fe74

Please sign in to comment.