fix: fix title color for led power warning

This commit is contained in:
ZanzyTHEbar 2023-01-20 01:28:50 +00:00
parent ad5f1d20ea
commit 3e59ac8fb4
2 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ Please *exercise extreme caution* when messing around with IR emitters.
Once safety testing has been completed links and files will be provided for the emitters. {.italic .underline} Once safety testing has been completed links and files will be provided for the emitters. {.italic .underline}
Please do not try to make, or use any emitters unless you know exactly what you are doing as it could be very harmful to your eyes if not done correctly. Please do not try to make, or use any emitters unless you know exactly what you are doing as it could be very harmful to your eyes if not done correctly.
::: danger
When files and resources are released <ins>**DO NOT BYPASS (OR NOT DO) ANY SAFETY FEATURES PUT IN PLACE**</ins>. This can result in irreversible bodily harm. When files and resources are released <ins>**DO NOT BYPASS (OR NOT DO) ANY SAFETY FEATURES PUT IN PLACE**</ins>. This can result in irreversible bodily harm.
:::
The safety measures were put in place to REDUCE the potential failure risk. All further safety responsibilities are on the user. This includes visually checking with an IR camera that the brightness is correct and that you do not feel warmth or experience short-term effects after being exposed to the IR light (symptoms such as dark spots or dry/warm feeling eyes while actively using). While we strive to make EyeTrackVR as safe as possible, we do not hold any responsibility for damage done. The safety measures were put in place to REDUCE the potential failure risk. All further safety responsibilities are on the user. This includes visually checking with an IR camera that the brightness is correct and that you do not feel warmth or experience short-term effects after being exposed to the IR light (symptoms such as dark spots or dry/warm feeling eyes while actively using). While we strive to make EyeTrackVR as safe as possible, we do not hold any responsibility for damage done.

View File

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