mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-09-26 23:09:15 +08:00
fix: fix title color for led power warning
This commit is contained in:
parent
ad5f1d20ea
commit
3e59ac8fb4
@ -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}
|
||||
|
||||
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.
|
||||
:::
|
||||
|
||||
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.
|
||||
|
||||
|
@ -9,7 +9,7 @@ const alerts = {
|
||||
led_power_warning: {
|
||||
type: 'danger',
|
||||
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',
|
||||
badge_content: 'WARNING'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user