Skip to content
Snippets Groups Projects
Commit df706284 authored by Albin Henriksson's avatar Albin Henriksson
Browse files

Improve styling of quit button

parent 0a9db5c9
No related branches found
No related tags found
No related merge requests found
Pipeline #45650 failed
......@@ -16,9 +16,9 @@ import {
Typography,
} from '@material-ui/core'
import AssignmentIcon from '@material-ui/icons/Assignment'
import BackspaceIcon from '@material-ui/icons/Backspace'
import ChevronLeftIcon from '@material-ui/icons/ChevronLeft'
import ChevronRightIcon from '@material-ui/icons/ChevronRight'
import CloseIcon from '@material-ui/icons/Close'
import FileCopyIcon from '@material-ui/icons/FileCopy'
import LinkIcon from '@material-ui/icons/Link'
import SupervisorAccountIcon from '@material-ui/icons/SupervisorAccount'
......@@ -249,7 +249,7 @@ const OperatorViewPage: React.FC = () => {
<OperatorHeader color="primary" position="fixed">
<Tooltip title="Avsluta tävling" arrow>
<OperatorQuitButton onClick={handleVerifyExit} variant="contained" color="secondary">
<BackspaceIcon fontSize="small" />
<CloseIcon fontSize="large" />
</OperatorQuitButton>
</Tooltip>
......
......@@ -57,11 +57,8 @@ export const OperatorFooter = styled(AppBar)`
`
export const OperatorQuitButton = styled(Button)`
min-width: 48px;
min-height: 48px;
padding-top: 16px;
padding-bottom: 16px;
margin-left: 8px;
height: 100%;
padding: 0;
`
export const OperatorButton = styled(Button)`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment