fix: fix title color for led power warning

This commit is contained in:
ZanzyTHEbar 2023-01-20 01:15:27 +00:00
parent 31c9bc0521
commit ad5f1d20ea

View File

@ -9,7 +9,7 @@ const alerts = {
led_power_warning: {
type: 'danger',
title: 'Please pay attention',
title_color: 'text-red-400 dark:text-red-500',
title_color: 'dark:text-[ea4b7d] text-[b63a61]',
text_color: 'text-orange-400 dark:text-orange-500',
badge_content: 'WARNING'
},