Adjusted empty tag style (#6465)
Fixed Issue #6307 corrected - border style - font color - font weight added - Empty Tag story
This commit is contained in:
@ -88,6 +88,11 @@ export const RecordBoardColumnHeader = () => {
|
||||
: 'transparent'
|
||||
}
|
||||
text={columnDefinition.title}
|
||||
weight={
|
||||
columnDefinition.type === RecordBoardColumnDefinitionType.Value
|
||||
? 'regular'
|
||||
: 'medium'
|
||||
}
|
||||
/>
|
||||
{!!boardColumnTotal && <StyledAmount>${boardColumnTotal}</StyledAmount>}
|
||||
<StyledNumChildren>{recordCount}</StyledNumChildren>
|
||||
|
||||
Reference in New Issue
Block a user