Commit 31453bb
committed
fix(themes): resolve TypeScript errors in Sunset theme
Fix type compatibility issues:
- Change step color from 'primary' reference to 'magentaBright' ColorValue
- Change shimmer gradient from color references to actual RGB values
(purple [200,100,180] to orange [255,140,100])
step field requires ColorValue, not ColorReference
shimmer.color requires ColorReference | ColorValue[], not ColorReference[]1 parent 3731fc6 commit 31453bb
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments