aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCláudio <claudio.engdist@gmail.com>2021-02-02 15:00:20 -0300
committerCláudio <claudio.engdist@gmail.com>2021-02-02 15:00:20 -0300
commitabb005e1d5a97c960dd81af5d678092fe1a3ec49 (patch)
tree3a5b9b45ecb3bf5d013a7b77a3afd0b375df4bdd
parent25a1f4df558c042af5129fc5d0f30a491e8b8da9 (diff)
downloadgit-bug-abb005e1d5a97c960dd81af5d678092fe1a3ec49.tar.gz
Commit for #535
-rw-r--r--webui/src/components/BugTitleForm/BugTitleForm.tsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/webui/src/components/BugTitleForm/BugTitleForm.tsx b/webui/src/components/BugTitleForm/BugTitleForm.tsx
index 77a0a7e3..47a8e2b4 100644
--- a/webui/src/components/BugTitleForm/BugTitleForm.tsx
+++ b/webui/src/components/BugTitleForm/BugTitleForm.tsx
@@ -126,13 +126,16 @@ function BugTitleForm({ bug }: Props) {
/>
<div className={classes.editButtonContainer}>
<Button
+ size="small"
variant="contained"
type="submit"
disabled={issueTitle.length === 0}
>
Save
</Button>
- <Button onClick={() => cancelChange()}>Cancel</Button>
+ <Button size="small" onClick={() => cancelChange()}>
+ Cancel
+ </Button>
</div>
</form>
);
@@ -147,6 +150,7 @@ function BugTitleForm({ bug }: Props) {
</div>
<div className={classes.editButtonContainer}>
<Button
+ size="small"
variant="contained"
onClick={() => setBugTitleEditable(!bugTitleEditable)}
>