Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Align edit & delete action buttons in admin tables #10931

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ui/src/primitives/tailwind/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
ref
) => {
const twClassName = twMerge(
'flex items-center',
'flex items-center justify-center',
'font-medium text-white',
'transition ease-in-out',
'disabled:cursor-not-allowed',
Expand Down
Loading