Skip to content

Commit

Permalink
Changed units to theme.gridUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbastian committed Jun 29, 2021
1 parent 523afed commit 03bcea8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const alertIconStyles = (theme: SupersetTheme, hasError: boolean) => css`
width: ${theme.gridUnit * 4}px;
height: ${theme.gridUnit * 4}px;
position: absolute;
right: 5px;
top: 11px;
right: ${theme.gridUnit * 1.25}px;
top: ${theme.gridUnit * 2.75}px;
}
}`}
`;
Expand Down

0 comments on commit 03bcea8

Please sign in to comment.