Skip to content
Snippets Groups Projects

style(Tag): changed css for label

Merged Sinzeanu Demetriad requested to merge HIN-1099 into develop
All threads resolved!
1 file
+ 5
4
Compare changes
  • Side-by-side
  • Inline
@@ -7,10 +7,11 @@ import { marginHelper } from './styledHelpers'
const tagCSS = props => {
if (has(props, 'oldStatus')) {
return css`
background-color: ${th('tag.statusBackgroundColor')};
font-size: 85%;
height: 24px;
padding: calc(${th('gridUnit')} / 4) ${th('gridUnit')};
background-color: ${th('colorFurnitureHue')};
height: 23px;
font-weight: ${th('tag.fontWeight')};
padding: calc(${th('gridUnit')} / 2) ${th('gridUnit')} 0px
${th('gridUnit')};
`
}