Darker focus ring

pull/5136/head
Cagatay Civici 2024-01-23 18:10:58 +03:00
parent bbc64e7573
commit 0566a48521
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ export default {
else root.style.setProperty('--p-focus-ring-color', 'var(--primary-500)');
} else {
if (this.$appState.darkTheme) root.style.setProperty('--p-focus-ring-color', 'var(--surface-500)');
else root.style.setProperty('--p-focus-ring-color', 'var(--surface-400)');
else root.style.setProperty('--p-focus-ring-color', 'var(--surface-900)');
}
}
},