feat: implement github style alert

This commit is contained in:
Xin
2024-12-14 22:57:55 +00:00
parent 672179fe70
commit a2650264ff
4 changed files with 72 additions and 19 deletions

View File

@@ -61,8 +61,11 @@ module.exports = {
neutral: colors.neutral,
red: colors.red,
orange: colors.orange,
green: colors.green,
indigo: colors.indigo,
blue: colors.blue,
yellow: colors.yellow,
amber: colors.amber,
primary: {
50: makePrimaryColor(97),
100: makePrimaryColor(94),