fix: resolve css issues with button icons
This commit is contained in:
parent
328302cd81
commit
888c1a5fb6
3 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ export default function Remove({ username }: Props) {
|
|||
<Button
|
||||
variant="light"
|
||||
control={dialogState}
|
||||
className="rounded-full p-0 w-8 h-8"
|
||||
className="rounded-full p-0 w-8 h-8 flex items-center justify-center"
|
||||
>
|
||||
<XIcon className="w-4 h-4" />
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue