Skip to content

Commit

Permalink
AnglePickerControl: Fix degree symbol alignment
Browse files Browse the repository at this point in the history
There is a default marginBottom on the Spacer component that throws off the vertical alignment here.
  • Loading branch information
mirka committed Oct 14, 2021
1 parent caefa23 commit 2b720a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/angle-picker-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function AnglePickerControl( {
suffix={
<Spacer
as={ Text }
marginBottom={ 0 }
marginRight={ space( 3 ) }
color="blue"
>
Expand Down

0 comments on commit 2b720a0

Please sign in to comment.