File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 58
58
<DarkColorShemeIcon v-if =" scheme === 'Dark'" />
59
59
</template >
60
60
<template
61
- v-if =" colorScheme === scheme .toLowerCase ()"
62
61
#right
63
62
>
64
- <Icon name =" Check" />
63
+ <Icon
64
+ name =" Check"
65
+ :style =" colorScheme === scheme.toLowerCase() ? 'opacity: 1;' : 'opacity: 0;'"
66
+ />
65
67
</template >
66
68
</Row >
67
69
</Section >
82
84
<ThemePreview :theme =" theme" />
83
85
</template >
84
86
<template
85
- v-if =" themeBase === theme .toLowerCase ()"
86
87
#right
87
88
>
88
- <Icon name =" Check" />
89
+ <Icon
90
+ name =" Check"
91
+ :style =" themeBase === theme.toLowerCase() ? 'opacity: 1;' : 'opacity: 0;'"
92
+ />
89
93
</template >
90
94
</Row >
91
95
</Section >
106
110
<ThemePreview :theme =" theme" />
107
111
</template >
108
112
<template
109
- v-if =" themeAccent === theme .toLowerCase ()"
110
113
#right
111
114
>
112
- <Icon name =" Check" />
115
+ <Icon
116
+ name =" Check"
117
+ :style =" themeAccent === theme.toLowerCase() ? 'opacity: 1;' : 'opacity: 0;'"
118
+ />
113
119
</template >
114
120
</Row >
115
121
</Section >
You can’t perform that action at this time.
0 commit comments