Skip to content

Commit

Permalink
fix(#28): gap for toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 9, 2022
1 parent 7764553 commit e3dd9b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const Request: React.FC<RequestProps> = ({ tab }) => {

const toolBar = (
<Container
gap={1}
gap={0.5}
display="flex"
alignItems="center"
css={{ height: 20, borderTop: 'solid 0.1px $neutralBorder', bottom: 0 }}
Expand Down

0 comments on commit e3dd9b9

Please sign in to comment.