Skip to content
Snippets Groups Projects
Commit 82060c7f authored by Sinzeanu Demetriad's avatar Sinzeanu Demetriad
Browse files

style(Tag): label style modification

parent 66c2eb60
No related branches found
No related tags found
2 merge requests!136Sprint 22 features (updates),!130style(Tag): changed css for label
......@@ -8,7 +8,7 @@ const tagCSS = props => {
if (has(props, 'oldStatus')) {
return css`
background-color: ${th('colorFurnitureHue')};
height: 23px;
height: calc(${th('gridUnit')} * 3)
font-weight: ${th('tag.fontWeight')};
padding: calc(${th('gridUnit')} / 2) ${th('gridUnit')} 0px
${th('gridUnit')};
......
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