Skip to content
Snippets Groups Projects
Commit cad2d861 authored by OanaMacsi's avatar OanaMacsi
Browse files

fix(submitRevision): Change submit revision background

parent 8354785a
No related branches found
No related tags found
3 merge requests!222Sprint #26,!217Sprint #26,!201fix(submitRevision): Change submit revision background
...@@ -147,7 +147,7 @@ SubmitRevision.defaultProps = { ...@@ -147,7 +147,7 @@ SubmitRevision.defaultProps = {
} }
const Root = styled.div` const Root = styled.div`
background-color: ${th('colorBackgroundHue2')}; background-color: ${th('colorBackgroundHue')};
padding: calc(${th('gridUnit')} * 2); padding: calc(${th('gridUnit')} * 2);
` `
......
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