fix: resolve vscode errors inside cards svg generation code (#4558)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
committed by
martin-mfg
co-authored by
Alexandr
parent
14660f5171
commit
72c4e96bfe
@@ -68,8 +68,8 @@ const fallbackColor = (color, fallbackColor) => {
|
||||
* @param {string=} args.bg_color Card background color.
|
||||
* @param {string=} args.border_color Card border color.
|
||||
* @param {string=} args.ring_color Card ring color.
|
||||
* @param {keyof themes=} args.theme Card theme.
|
||||
* @param {keyof themes=} args.fallbackTheme Fallback theme.
|
||||
* @param {string=} args.theme Card theme.
|
||||
* @param {string=} args.fallbackTheme Fallback theme.
|
||||
* @returns {CardColors} Card colors.
|
||||
*/
|
||||
const getCardColors = ({
|
||||
|
||||
Reference in New Issue
Block a user