Update AppConfigurator.vue
parent
3d3d65c2b4
commit
2a07cd7130
|
@ -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)');
|
||||
|
|
Loading…
Reference in New Issue