Added a message about a known bug.

This commit is contained in:
Lucid Kobold
2022-06-24 09:56:48 -05:00
parent 7b36b040e5
commit 6a0863faf3
6 changed files with 20 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ const buttonStyles = {
fontSize: "xl",
py: 3,
px: 4,
color: "gray.400",
color: "whiteAlpha.800",
_hover: {
bg: mode(whiten("brand.danger", 20), darken("brand.danger", 20))(props),
color: "whiteAlpha.900"