From 2db448392a9a08f7a346c0049c03afbe6a35631d Mon Sep 17 00:00:00 2001 From: Willem Toerien Date: Fri, 25 Oct 2024 23:14:13 +0400 Subject: [PATCH] updated colors --- projects/wtprograms/material-design/tailwind/theme/colors.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/wtprograms/material-design/tailwind/theme/colors.js b/projects/wtprograms/material-design/tailwind/theme/colors.js index f9c9610..0389f99 100644 --- a/projects/wtprograms/material-design/tailwind/theme/colors.js +++ b/projects/wtprograms/material-design/tailwind/theme/colors.js @@ -21,7 +21,9 @@ module.exports = reduce('color', [ ...paleteColors('primary'), ...paleteColors('secondary'), ...paleteColors('tertiary'), - ...paleteColors('error'), + ...paleteColors('danger'), + ...paleteColors('warning'), + ...paleteColors('success'), 'surface', 'surface-on', 'surface-variant',