From e4ce918ac77a5fceab2e5ca4efabef77f2f0650d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udio?= Date: Tue, 2 Feb 2021 15:44:22 -0300 Subject: [PATCH] Commit for #544 --- .../src/components/BugTitleForm/BugTitleForm.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/webui/src/components/BugTitleForm/BugTitleForm.tsx b/webui/src/components/BugTitleForm/BugTitleForm.tsx index 47a8e2b47502a09e60d06fb0510237862f5bf339..22be9ebad91bb50e69afec65c49df2d50ac840a1 100644 --- a/webui/src/components/BugTitleForm/BugTitleForm.tsx +++ b/webui/src/components/BugTitleForm/BugTitleForm.tsx @@ -43,6 +43,14 @@ const useStyles = makeStyles((theme) => ({ minWidth: 200, marginLeft: theme.spacing(2), }, + greenButton: { + marginLeft: '8px', + backgroundColor: '#2ea44fd9', + color: '#fff', + '&:hover': { + backgroundColor: '#2ea44f', + }, + }, titleInput: { borderRadius: theme.shape.borderRadius, borderColor: fade(theme.palette.primary.main, 0.2), @@ -156,6 +164,14 @@ function BugTitleForm({ bug }: Props) { > Edit + );