We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c315a commit 481f206Copy full SHA for 481f206
1 file changed
src/stories/ActionBox.tsx
@@ -8,7 +8,7 @@ const Root = styled.div`
8
9
const ButtonBoxContainer = styled.div`
10
display: flex;
11
- gap: 1rem;
+ gap: 2rem;
12
`;
13
14
const Button = styled.button`
0 commit comments