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