Update AppConfigurator.vue

pull/5161/head
mertsincan 2024-01-24 12:31:25 +00:00
parent 3d3d65c2b4
commit 2a07cd7130
1 changed files with 0 additions and 2 deletions

View File

@ -454,8 +454,6 @@ export default {
this.primaryFocusRing = value;
let root = document.documentElement;
console.log('x');
if (value) {
if (this.$appState.darkTheme) root.style.setProperty('--p-focus-ring-color', 'var(--primary-500)');
else root.style.setProperty('--p-focus-ring-color', 'var(--primary-500)');