Skip to content
Snippets Groups Projects
Commit 4da6499a authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

style: remove random character )

parent 10bb7edb
No related branches found
No related tags found
1 merge request!13Sprint #14
......@@ -99,7 +99,7 @@ const DecisionButton = styled(Button)`
background-color: ${({ primary }) =>
primary ? th('colorPrimary') : th('backgroundColorReverse')};
color: ${({ primary }) =>
primary ? th('colorTextReverse') : th('colorPrimary')});
primary ? th('colorTextReverse') : th('colorPrimary')};
height: calc(${th('subGridUnit')} * 5);
margin-left: ${th('gridUnit')};
padding: 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment