fix: better inactive color

This commit is contained in:
neoapps-dev 2026-06-14 20:31:23 +03:00
parent 583dc5a427
commit 55844ea118

View file

@ -804,7 +804,7 @@ const SettingsView = memo(function SettingsView() {
data-index={index}
onMouseEnter={() => setFocusIndex(index)}
className={`w-[600px] flex items-center gap-3 px-4 py-3 cursor-pointer outline-none border-none ${
isFocused ? "text-[#ffff00]" : "text-[#333333]"
isFocused ? "text-[#ffff00]" : "text-[#FFFFFF]"
}`}
style={{
backgroundImage: "url('/images/Button_Background2.png')",