forked from profectus/Profectus
Fix tab buttons not showing glow
This commit is contained in:
parent
bb234ed852
commit
2affe53321
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export default defineComponent({
|
|||
|
||||
const glowColorStyle = computed(() => {
|
||||
const color = unwrapRef(glowColor);
|
||||
if (color != null) {
|
||||
if (color == null || color === "") {
|
||||
return {};
|
||||
}
|
||||
if (unref(floating)) {
|
||||
|
|
Loading…
Reference in a new issue