Skip to content

Commit 7381ae2

Browse files
committed
refactor: change .text-high-emphasis-inverse to .text-white
1 parent 9fcca65 commit 7381ae2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/views/widgets/WidgetsStatsTypeA.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class="p-0 text-white"
1717
:caret="false"
1818
>
19-
<CIcon icon="cil-options" class="text-high-emphasis-inverse" />
19+
<CIcon icon="cil-options" class="text-white" />
2020
</CDropdownToggle>
2121
<CDropdownMenu>
2222
<CDropdownItem href="#">Action</CDropdownItem>
@@ -112,7 +112,7 @@
112112
class="p-0 text-white"
113113
:caret="false"
114114
>
115-
<CIcon icon="cil-options" class="text-high-emphasis-inverse" />
115+
<CIcon icon="cil-options" class="text-white" />
116116
</CDropdownToggle>
117117
<CDropdownMenu>
118118
<CDropdownItem href="#">Action</CDropdownItem>
@@ -207,7 +207,7 @@
207207
class="p-0 text-white"
208208
:caret="false"
209209
>
210-
<CIcon icon="cil-options" class="text-high-emphasis-inverse" />
210+
<CIcon icon="cil-options" class="text-white" />
211211
</CDropdownToggle>
212212
<CDropdownMenu>
213213
<CDropdownItem href="#">Action</CDropdownItem>
@@ -288,7 +288,7 @@
288288
class="p-0 text-white"
289289
:caret="false"
290290
>
291-
<CIcon icon="cil-options" class="text-high-emphasis-inverse" />
291+
<CIcon icon="cil-options" class="text-white" />
292292
</CDropdownToggle>
293293
<CDropdownMenu>
294294
<CDropdownItem href="#">Action</CDropdownItem>

0 commit comments

Comments
 (0)