aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components
diff options
context:
space:
mode:
authorLena <lena.becker-3@mni.thm.de>2021-02-28 00:18:03 +0100
committerSascha <GlancingMind@outlook.com>2021-03-15 16:35:14 +0100
commitc223c75c11f3ec903413207dd275152e1ec97fcc (patch)
tree4a6722cbc474899519924d04696db0ced1d14ed2 /webui/src/components
parent501e1678b2af280300a4c35d762c54379e3142e4 (diff)
downloadgit-bug-c223c75c11f3ec903413207dd275152e1ec97fcc.tar.gz
Add back-to-list-button #10
Diffstat (limited to 'webui/src/components')
-rw-r--r--webui/src/components/Header/Header.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/webui/src/components/Header/Header.tsx b/webui/src/components/Header/Header.tsx
index 3bdb252f..cdac0f0e 100644
--- a/webui/src/components/Header/Header.tsx
+++ b/webui/src/components/Header/Header.tsx
@@ -29,6 +29,13 @@ const useStyles = makeStyles((theme) => ({
height: '42px',
marginRight: theme.spacing(2),
},
+ greenButton: {
+ backgroundColor: '#2ea44fd9',
+ color: '#fff',
+ '&:hover': {
+ backgroundColor: '#2ea44f',
+ },
+ },
}));
function Header() {