Fix variant header top right border radius
This commit is contained in:
@@ -105,6 +105,7 @@ export default function VariantHeader(
|
|||||||
onDrop={onReorder}
|
onDrop={onReorder}
|
||||||
backgroundColor={isDragTarget ? "gray.200" : "white"}
|
backgroundColor={isDragTarget ? "gray.200" : "white"}
|
||||||
borderTopLeftRadius={gridItemProps.borderTopLeftRadius}
|
borderTopLeftRadius={gridItemProps.borderTopLeftRadius}
|
||||||
|
borderTopRightRadius={gridItemProps.borderTopRightRadius}
|
||||||
h="full"
|
h="full"
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
|
|||||||
Reference in New Issue
Block a user