Skip to content

Commit

Permalink
Merge branch 'main' into fix-popover-div-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok authored Sep 29, 2023
2 parents 263c0c9 + b90403c commit 9ea2b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SplitButton/SplitButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const PrimaryButton = styled(BaseButton)<{
$align?: Alignment;
$fillWidth?: boolean;
}>`
border: 1px solid transparent;
border: none;
align-self: stretch;
border-radius: 0;
align-items: center;
Expand Down

0 comments on commit 9ea2b0d

Please sign in to comment.