diff --git a/components/Button.tsx b/components/Button.tsx index 3fe75ee..c6c0eb7 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -171,6 +171,16 @@ export const StyledButton = styled("button", { color: "$textMuted", }, }, + isDisabled: { + true: { + opacity: 0.6, + // pointerEvents: "none", + cursor: "auto", + "&:hover": { + boxShadow: "inherit", + }, + }, + }, outline: { true: { backgroundColor: "transparent",