Fix styling inconsistencies
This commit is contained in:
parent
54bf1c4567
commit
6b0b9f0ba6
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import type {PropTypeConfig_Rgba} from '@theatre/core/propTypes'
|
||||
import type {Rgba} from '@theatre/shared/utils/color';
|
||||
import { validHexRegExp} from '@theatre/shared/utils/color'
|
||||
import type {Rgba} from '@theatre/shared/utils/color'
|
||||
import {validHexRegExp} from '@theatre/shared/utils/color'
|
||||
import {
|
||||
decorateRgba,
|
||||
rgba2hex,
|
||||
|
|
Loading…
Reference in a new issue