mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
fix: fix title color for led power warning
This commit is contained in:
parent
31c9bc0521
commit
ad5f1d20ea
@ -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'
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user