pl-fe: Add spacing to widget header
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -47,7 +47,7 @@ const Widget: React.FC<IWidget> = ({
|
||||
action,
|
||||
}): JSX.Element => (
|
||||
<Stack space={4}>
|
||||
<HStack alignItems='center' justifyContent='between'>
|
||||
<HStack space={2} alignItems='center' justifyContent='between'>
|
||||
<WidgetTitle title={title} />
|
||||
{action || (onActionClick && (
|
||||
<IconButton
|
||||
|
||||
Reference in New Issue
Block a user