aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/new
diff options
context:
space:
mode:
authorCláudio <claudio.engdist@gmail.com>2021-01-29 22:28:24 -0300
committerCláudio <claudio.engdist@gmail.com>2021-01-29 22:28:24 -0300
commit33d53e17579e065529783b2c36342387bad86341 (patch)
tree88411a2e46c3b9ece26920bee93401b30eefc83c /webui/src/pages/new
parenta5e0deeec1db25c6e917f4ade253ac0bda524532 (diff)
downloadgit-bug-33d53e17579e065529783b2c36342387bad86341.tar.gz
Commit for #158
Diffstat (limited to 'webui/src/pages/new')
-rw-r--r--webui/src/pages/new/NewBugPage.tsx9
1 files changed, 8 insertions, 1 deletions
diff --git a/webui/src/pages/new/NewBugPage.tsx b/webui/src/pages/new/NewBugPage.tsx
index b451a247..c8e68e7b 100644
--- a/webui/src/pages/new/NewBugPage.tsx
+++ b/webui/src/pages/new/NewBugPage.tsx
@@ -42,6 +42,13 @@ const useStyles = makeStyles((theme: Theme) => ({
display: 'flex',
justifyContent: 'flex-end',
},
+ gitbugButton: {
+ backgroundColor: '#2ea44fd9',
+ color: '#fff',
+ '&:hover': {
+ backgroundColor: '#2ea44f',
+ },
+ },
}));
/**
@@ -98,8 +105,8 @@ function NewBugPage() {
/>
<div className={classes.actions}>
<Button
+ className={classes.gitbugButton}
variant="contained"
- color="primary"
type="submit"
disabled={isFormValid() ? false : true}
>