Darker focus ring
parent
bbc64e7573
commit
0566a48521
|
@ -461,7 +461,7 @@ export default {
|
||||||
else root.style.setProperty('--p-focus-ring-color', 'var(--primary-500)');
|
else root.style.setProperty('--p-focus-ring-color', 'var(--primary-500)');
|
||||||
} else {
|
} else {
|
||||||
if (this.$appState.darkTheme) root.style.setProperty('--p-focus-ring-color', 'var(--surface-500)');
|
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)');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue