UPDATE: Changing the color picker to look like in the Figmas

This commit is contained in:
Daniel
2024-12-08 22:21:06 +01:00
parent 0fa69045f9
commit c39540a747
2 changed files with 10 additions and 4 deletions

View File

@@ -530,7 +530,7 @@ const Workbook = (props: { model: Model; workbookState: WorkbookState }) => {
);
setRedrawId((id) => id + 1);
}}
fillColor={style.fill.fg_color || "#FFF"}
fillColor={style.fill.fg_color || "#FFFFFF"}
fontColor={style.font.color}
bold={style.font.b}
underline={style.font.u}