Skip to content

Commit

Permalink
Fix spacing for Schedule option in SqlEditor dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Oct 17, 2022
1 parent 52d33b0 commit cd06f36
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ export const StyledButtonComponent = styled(Button)`
color: ${theme.colors.grayscale.dark2};
font-size: 14px;
font-weight: ${theme.typography.weights.normal};
margin-left: 0;
&:disabled {
margin-left: 0;
background: none;
color: ${theme.colors.grayscale.dark2};
&:hover {
Expand Down

0 comments on commit cd06f36

Please sign in to comment.