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