forked from Archives/Athou_commafeed
reduce spacing between buttons to fix toolbar not fitting on a single line on mobile
This commit is contained in:
5
commafeed-client/src/components/ButtonToolbar.tsx
Normal file
5
commafeed-client/src/components/ButtonToolbar.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Group } from "@mantine/core"
|
||||
|
||||
export function ButtonToolbar(props: { children: React.ReactNode }) {
|
||||
return <Group spacing={14}>{props.children}</Group>
|
||||
}
|
||||
Reference in New Issue
Block a user