aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/ListQuery.tsx
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-03 18:14:37 +0100
committerSascha <GlancingMind@outlook.com>2021-03-04 20:54:04 +0100
commit50484fb97efd62aceafdbb78ed575e94ff7bb1fd (patch)
tree2070535e477d946df8818817ff84f967e7467524 /webui/src/pages/list/ListQuery.tsx
parent8e8ca99bd5f72de60f6e0e1b334f33312cab5388 (diff)
downloadgit-bug-50484fb97efd62aceafdbb78ed575e94ff7bb1fd.tar.gz
Fix spacing between cancle and save button
Diffstat (limited to 'webui/src/pages/list/ListQuery.tsx')
-rw-r--r--webui/src/pages/list/ListQuery.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/src/pages/list/ListQuery.tsx b/webui/src/pages/list/ListQuery.tsx
index 021f70b0..fec7c33b 100644
--- a/webui/src/pages/list/ListQuery.tsx
+++ b/webui/src/pages/list/ListQuery.tsx
@@ -112,7 +112,7 @@ const useStyles = makeStyles<Theme, StylesProps>((theme) => ({
padding: theme.spacing(2, 3),
},
},
- newIssueButton: {
+ greenButton: {
backgroundColor: theme.palette.success.main,
color: theme.palette.success.contrastText,
},
@@ -315,7 +315,7 @@ function ListQuery() {
<IfLoggedIn>
{() => (
<Button
- className={classes.newIssueButton}
+ className={classes.greenButton}
variant="contained"
href="/new"
>