mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
Adjust paper styles
This commit is contained in:
@@ -220,10 +220,10 @@ export const ServerListItem = ({ server }: ServerListItemProps) => {
|
||||
<Group>
|
||||
<Button
|
||||
tooltip={{ label: 'Edit server details' }}
|
||||
variant="default"
|
||||
variant="subtle"
|
||||
onClick={() => editHandlers.toggle()}
|
||||
>
|
||||
<RiEdit2Fill color="white" />
|
||||
<RiEdit2Fill />
|
||||
</Button>
|
||||
</Group>
|
||||
)}
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
import { Accordion, Group } from '@mantine/core';
|
||||
import { Group } from '@mantine/core';
|
||||
import { openContextModal } from '@mantine/modals';
|
||||
import { RiServerFill } from 'react-icons/ri';
|
||||
import { Text, Button, ContextModalVars } from '@/renderer/components';
|
||||
import {
|
||||
Text,
|
||||
Button,
|
||||
ContextModalVars,
|
||||
Accordion,
|
||||
} from '@/renderer/components';
|
||||
import { ServerListItem } from '@/renderer/features/servers/components/server-list-item';
|
||||
import { useServerList } from '@/renderer/features/servers/queries/use-server-list';
|
||||
import { usePermissions } from '@/renderer/features/shared';
|
||||
|
||||
Reference in New Issue
Block a user