injectのデザイン修正

This commit is contained in:
harukin-expo-dev-env 2025-06-15 05:20:47 +00:00
parent c92f02fa0e
commit 61aca4c75e

View File

@ -1302,7 +1302,7 @@ const setNewTrainItem = (element,hasProblem)=>{
break;
}
if(hasProblem){
element.style.boxShadow = '0 0 6px rgba(255, 0, 0, 0.77)';
element.style.boxShadow = '0 0 10px rgba(255, 0, 0, 0.9)';
}else{
element.style.boxShadow = '0 0 4px rgba(0, 0, 0, 0.2)';
}