fix: update danger color in light theme

This commit is contained in:
Pragadesh-45
2025-06-11 20:59:50 +05:45
parent 9801e91720
commit e1c12ea699

View File

@@ -7,7 +7,7 @@ const lightTheme = {
colors: {
text: {
green: '#047857',
danger: 'rgb(185, 28, 28)',
danger: '#B91C1C',
muted: '#838383',
purple: '#8e44ad',
yellow: '#d97706'