mirror of
https://github.com/strapi/strapi.git
synced 2025-09-20 05:52:08 +00:00
DynamicZoneList: fix cta typography
This commit is contained in:
parent
d57825b79d
commit
bc35e75645
@ -80,7 +80,7 @@ function DynamicZoneList({ customRowComponent, components, addComponent, name, t
|
|||||||
<button type="button" onClick={handleClickAdd}>
|
<button type="button" onClick={handleClickAdd}>
|
||||||
<ComponentStack size={1}>
|
<ComponentStack size={1}>
|
||||||
<StyledAddIcon />
|
<StyledAddIcon />
|
||||||
<Typography varian="pi" fontWeight="bold" textColor="primary600">
|
<Typography variant="pi" fontWeight="bold" textColor="primary600">
|
||||||
{formatMessage({
|
{formatMessage({
|
||||||
id: getTrad('button.component.add'),
|
id: getTrad('button.component.add'),
|
||||||
formatMessage: 'Add a component',
|
formatMessage: 'Add a component',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user