Skip to content

Commit

Permalink
Set custom height to match old input
Browse files Browse the repository at this point in the history
  • Loading branch information
Droniu committed Jul 4, 2023
1 parent 31d4c2a commit fce53a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/channels/components/ChannelForm/ChannelForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export const ChannelForm: React.FC<ChannelFormProps> = ({
onChange={onChange}
min={0}
max={120}
__height={12.5}
/>
</Box>
<Box display="flex" gap={1.5} alignItems="center" paddingX={6}>
Expand Down

0 comments on commit fce53a2

Please sign in to comment.