mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix(connections): update the look of close button
This commit is contained in:
parent
2829c64a23
commit
eee81e6258
@ -84,7 +84,7 @@ export default () => {
|
||||
header: () => (
|
||||
<div class="flex h-full items-center">
|
||||
<button
|
||||
class="btn btn-ghost btn-xs"
|
||||
class="btn btn-circle btn-xs"
|
||||
onClick={() => request.delete('connections')}
|
||||
>
|
||||
<IconCircleX size="18" />
|
||||
@ -94,7 +94,7 @@ export default () => {
|
||||
cell: ({ row }) => (
|
||||
<div class="flex h-full items-center">
|
||||
<button
|
||||
class="btn btn-ghost btn-xs"
|
||||
class="btn btn-circle btn-xs"
|
||||
onClick={() => onCloseConnection(row.id)}
|
||||
>
|
||||
<IconCircleX size="18" />
|
||||
|
Loading…
Reference in New Issue
Block a user