Increase button radius

This commit is contained in:
David Corbitt
2023-08-14 19:51:06 -07:00
parent 8552baf632
commit d8a5617dee

View File

@@ -45,7 +45,7 @@ const theme = extendTheme({
components: { components: {
Button: { Button: {
baseStyle: { baseStyle: {
borderRadius: "sm", borderRadius: "md",
}, },
}, },
Input: { Input: {