diff options
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css index cc44d7b..dd3734e 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -55,3 +55,7 @@ h1, h2, h3 { .MuiInputLabel-root.MuiInputLabel-shrink { width: calc(100% - 0px); } + +.MuiButton-root { + border-radius: 6px !important; +} |