Merge pull request #4799 from urbit/mp/landscape/color-input-pound

ColorInput: remove "#" from input value
This commit is contained in:
L 2021-04-26 15:01:38 -05:00 committed by GitHub
commit 0e99a874ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ export function ColorInput(props: ColorInputProps) {
height='100%'
alignSelf='stretch'
onChange={onChange}
value={`#${padded}`}
value={padded}
disabled={disabled || false}
type='color'
opacity={0}