diff options
author | bobzel <zzzman@gmail.com> | 2021-09-23 20:22:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-23 20:22:58 -0400 |
commit | 815899626d82972ae56918487ee3ece11446d5a6 (patch) | |
tree | 6cbe1f0e4970c790795f37d03b607ff4b84deb32 /src/client/views/nodes/button/FontIconBox.tsx | |
parent | b1be21398d396dd5c57d39563609b68ddc2f06a8 (diff) |
minor fixes.
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.tsx')
-rw-r--r-- | src/client/views/nodes/button/FontIconBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.tsx b/src/client/views/nodes/button/FontIconBox.tsx index af4a581f1..f975b063a 100644 --- a/src/client/views/nodes/button/FontIconBox.tsx +++ b/src/client/views/nodes/button/FontIconBox.tsx @@ -335,7 +335,7 @@ export class FontIconBox extends DocComponent<ButtonProps, FontIconDocument>(Fon return <SketchPicker onChange={change} color={curColor} - presetColors={presets} /> + presetColors={presets} />; } /** * Color button |