File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
codex-ui/src/vue/components/row Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ defineProps<{
102
102
}
103
103
104
104
& __center {
105
+ height : 20 px ;
105
106
flex : 1 ;
106
107
display : flex;
107
108
flex-direction : column;
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 ()"
61
62
#right
62
63
>
63
- <Icon
64
- name =" Check"
65
- :style =" colorScheme === scheme.toLowerCase() ? 'opacity: 1;' : 'opacity: 0;'"
66
- />
64
+ <Icon name =" Check" />
67
65
</template >
68
66
</Row >
69
67
</Section >
84
82
<ThemePreview :theme =" theme" />
85
83
</template >
86
84
<template
85
+ v-if =" themeBase === theme .toLowerCase ()"
87
86
#right
88
87
>
89
- <Icon
90
- name =" Check"
91
- :style =" themeBase === theme.toLowerCase() ? 'opacity: 1;' : 'opacity: 0;'"
92
- />
88
+ <Icon name =" Check" />
93
89
</template >
94
90
</Row >
95
91
</Section >
110
106
<ThemePreview :theme =" theme" />
111
107
</template >
112
108
<template
109
+ v-if =" themeAccent === theme .toLowerCase ()"
113
110
#right
114
111
>
115
- <Icon
116
- name =" Check"
117
- :style =" themeAccent === theme.toLowerCase() ? 'opacity: 1;' : 'opacity: 0;'"
118
- />
112
+ <Icon name =" Check" />
119
113
</template >
120
114
</Row >
121
115
</Section >
You can’t perform that action at this time.
0 commit comments