Skip to content
Snippets Groups Projects
Unverified Commit 2c249bfa authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Add right padding to filter picker back button (#37131)

parent 1a176e88
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@ export function FilterPickerHeader({
return (
<FilterHeaderRoot p="sm" justify="space-between">
{onBack && (
<PopoverBackButton onClick={onBack}>{columnName}</PopoverBackButton>
<PopoverBackButton pr="md" onClick={onBack}>
{columnName}
</PopoverBackButton>
)}
{children}
</FilterHeaderRoot>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment