We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086334c commit f107746Copy full SHA for f107746
client/packages/lowcoder/src/comps/comps/textComp.tsx
@@ -21,9 +21,9 @@ import { PaddingControl } from "../controls/paddingControl";
21
import React, { useContext, useEffect } from "react";
22
import { EditorContext } from "comps/editorState";
23
import { clickEvent, eventHandlerControl } from "../controls/eventHandlerControl";
24
+import { useMergeCompStyles } from "@lowcoder-ee/util/hooks";
25
26
const EventOptions = [clickEvent] as const;
-import { useMergeCompStyles } from "@lowcoder-ee/util/hooks";
27
28
const getStyle = (style: TextStyleType) => {
29
return css`
0 commit comments