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