Skip to content
Snippets Groups Projects
Unverified Commit 9d6d5609 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Increase the click area for the back button in event modals (#21187)

parent 38ea154a
Branches
Tags
No related merge requests found
......@@ -25,8 +25,8 @@ export const HeaderActions = styled.div`
export const HeaderBackButton = styled(IconButtonWrapper)`
flex: 0 0 auto;
color: ${color("text-dark")};
margin: 0 0.5rem 0 0;
padding: 0.25rem 0;
padding: 0.25rem 0.5rem;
margin-left: -0.5rem;
&:hover {
color: ${color("brand")};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment