Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Jan 14, 2025
1 parent d6b702d commit 7feb3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/elements/ActionsButtonsPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Button } from 'react-science/ui';
const Container = styled.div<Pick<CSSProperties, 'flexDirection' | 'gap'>>`
display: flex;
flex-direction: ${(props) => props.flexDirection};
gap: ${(props) => props.gap};
gap: ${(props) => props.gap}px;
button,
a[role='button'] {
Expand Down

0 comments on commit 7feb3e8

Please sign in to comment.