Commit 698a60c
authored
Use TinyColor string methods for colors (#8399)
* Use TinyColor string methods for colors
Replace toHex8() and toHex() with toHex8String() and toHexString() to ensure color formatting returns proper string values. A debugger statement was also added for troubleshooting the color formatting logic.
* Remove stray debugger from ColorInput.vue1 parent 2a16b3c commit 698a60c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments