mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
fix: restore color picker (#11095)
This commit is contained in:
@@ -96,8 +96,8 @@ const StyledContent = styled(PopoverContent)`
|
||||
padding: 8px;
|
||||
`;
|
||||
|
||||
const ColorPicker = lazyWithRetry(
|
||||
() => import("react-color/lib/components/chrome/Chrome")
|
||||
const ColorPicker = lazyWithRetry(() =>
|
||||
import("react-color").then((mod) => ({ default: mod.ChromePicker }))
|
||||
);
|
||||
|
||||
const StyledColorPicker = styled(ColorPicker)`
|
||||
|
||||
Reference in New Issue
Block a user