mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-19 08:31:55 +00:00
redid button
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {PropsWithChildren} from "react";
|
||||
import { Button } from '@mantine/core';
|
||||
|
||||
function BarkButton({children}: PropsWithChildren) {
|
||||
return (
|
||||
<Button variant="filled" color="red" size="md" radius="md">{children}</Button>
|
||||
)
|
||||
}
|
||||
|
||||
export default BarkButton;
|
||||
Reference in New Issue
Block a user