mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +00:00
fixed icon button
This commit is contained in:
parent
979527c264
commit
2d416b0a41
@ -75,7 +75,8 @@ const Component = ({
|
|||||||
action={
|
action={
|
||||||
<Stack horizontal size={2}>
|
<Stack horizontal size={2}>
|
||||||
{showDownIcon && (
|
{showDownIcon && (
|
||||||
<IconButton
|
<IconButtonCustom
|
||||||
|
noBorder
|
||||||
label={downLabel}
|
label={downLabel}
|
||||||
onClick={handleMoveComponentDown}
|
onClick={handleMoveComponentDown}
|
||||||
icon={<ArrowDown />}
|
icon={<ArrowDown />}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user