feat: added bg_color options, added RepoCard color options too

This commit is contained in:
anuraghazra
2020-07-12 12:46:08 +05:30
parent 61a0f517db
commit 9af56df2c1
6 changed files with 99 additions and 15 deletions

View File

@@ -13,6 +13,7 @@ module.exports = async (req, res) => {
title_color,
icon_color,
text_color,
bg_color,
} = req.query;
let stats;
@@ -32,6 +33,7 @@ module.exports = async (req, res) => {
title_color,
icon_color,
text_color,
bg_color,
})
);
};