Skip to content

Commit

Permalink
Revert "ColorPicker: Widen controls to work on mobile"
Browse files Browse the repository at this point in the history
This reverts commit f5c81c1.
  • Loading branch information
mirka committed Nov 4, 2021
1 parent 3f4dd50 commit 345da0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/color-picker/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const NumberControlWrapper = styled( NumberControl )`

export const SelectControl = styled( InnerSelectControl )`
margin-left: ${ space( -2 ) };
width: 6.5em;
width: 5em;
${ BackdropUI } {
display: none;
}
Expand Down Expand Up @@ -119,5 +119,5 @@ export const DetailsControlButton = styled( Button )`
`;

export const ColorHexInputControl = styled( InputControl )`
width: 9em;
width: 8em;
`;

0 comments on commit 345da0b

Please sign in to comment.