improvments to popup

This commit is contained in:
SethBurkart123
2023-09-29 06:32:14 +10:00
parent 764f838c7e
commit c8601b6a16
13 changed files with 121 additions and 315 deletions
+1
View File
@@ -1,4 +1,5 @@
export interface ColorPickerProps {
color: string;
onChange: (color: string) => void;
id: string;
}