feat: 完善颜色校准 GUI。

This commit is contained in:
2023-04-16 23:45:07 +08:00
parent effcb1e192
commit d97eb0115f
4 changed files with 53 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ const ColorItem: Component<{
onClick={() => {
props.onClick?.(props.color);
}}
title={props.color}
/>
);
};