Skip to content

Commit

Permalink
BorderControl: Clear our reset button top radius
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 22, 2022
1 parent 6d7026e commit a190d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/border-control/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ export const resetButton = css`
/* Override button component styling */
&& {
border-top: ${ CONFIG.borderWidth } solid ${ COLORS.gray[ 200 ] };
border-top-left-radius: 0;
border-top-right-radius: 0;
height: 46px;
}
`;
Expand Down

0 comments on commit a190d78

Please sign in to comment.