style upgrades
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Divider, Group, Loader, Text, UnstyledButton } from "@mantine/core";
|
||||
import { CaretRightIcon, Icon } from "@phosphor-icons/react";
|
||||
import styles from "./list-row.module.css";
|
||||
|
||||
interface ListButtonProps {
|
||||
label: string;
|
||||
@@ -12,6 +13,7 @@ const ListButton = ({ label, onClick, Icon, loading }: ListButtonProps) => {
|
||||
return (
|
||||
<>
|
||||
<UnstyledButton
|
||||
className={styles.listRow}
|
||||
w="100%"
|
||||
p="md"
|
||||
component={"button"}
|
||||
|
||||
Reference in New Issue
Block a user