Skip to content
Snippets Groups Projects
Commit d1fe3119 authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

refactor(ui): remove stray subGridUnit

parent b9509263
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ const Label = styled.span`
${override('ui.Radio.Label')};
`
const Input = styled.input`
margin-right: ${th('subGridUnit')};
margin-right: ${th('gridUnit')};
${override('ui.Radio.Input')};
`
const Root = styled.label`
......
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