From 6b0b9f0ba6132c1c34cc7c20c546f4dca279490c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=BCl=C3=B6p=20Kov=C3=A1cs?= Date: Tue, 7 Jun 2022 18:04:34 +0200 Subject: [PATCH] Fix styling inconsistencies --- .../studio/src/propEditors/simpleEditors/RgbaPropEditor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theatre/studio/src/propEditors/simpleEditors/RgbaPropEditor.tsx b/theatre/studio/src/propEditors/simpleEditors/RgbaPropEditor.tsx index 424ffb6..39dbab2 100644 --- a/theatre/studio/src/propEditors/simpleEditors/RgbaPropEditor.tsx +++ b/theatre/studio/src/propEditors/simpleEditors/RgbaPropEditor.tsx @@ -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,