(rgb: RGBA, theme: Theme)
| 312 | } |
| 313 | |
| 314 | export function modifyShadowColor(rgb: RGBA, theme: Theme): string { |
| 315 | return modifyBackgroundColor(rgb, theme); |
| 316 | } |
| 317 | |
| 318 | export function modifyGradientColor(rgb: RGBA, theme: Theme): string { |
| 319 | return modifyBackgroundColor(rgb, theme); |
no test coverage detected