Compare commits
2 Commits
00243b0e5e
...
76757998c8
| Author | SHA1 | Date | |
|---|---|---|---|
| 76757998c8 | |||
| 287a9615b8 |
@ -41,6 +41,7 @@
|
||||
.ant-steps-icon,
|
||||
.ant-color-picker-presets-label,
|
||||
.ant-select-selection-item,
|
||||
.ant-color-picker-trigger-text,
|
||||
[class*=' ant-radio'] {
|
||||
font-family: 'DM Sans';
|
||||
}
|
||||
|
||||
@ -269,7 +269,7 @@ const ObjectProperty = ({
|
||||
}
|
||||
case 'color': {
|
||||
if (value) {
|
||||
return <Badge color={value} text={value} />
|
||||
return <Badge color={value} count={value.toUpperCase()} />
|
||||
} else {
|
||||
return (
|
||||
<Text type='secondary' {...textParams}>
|
||||
|
||||
@ -39,7 +39,7 @@ const OperationDisplay = ({
|
||||
case 'unsubscribe':
|
||||
tagText = 'Unsubscribe'
|
||||
tagIcon = <BellIcon />
|
||||
tagColor = 'orange'
|
||||
tagColor = 'default'
|
||||
break
|
||||
default:
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user