Skip to content

Commit 7b02fd1

Browse files
committed
fix(styles): Add webkit and moz prefix to appearance button
1 parent 8fa7193 commit 7b02fd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/VueDarkMode.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ export default {
162162
<style>
163163
.vue-dark-mode {
164164
appearance: none;
165+
-webkit-appearance: none;
166+
-moz-appearance: none;
165167
background-color: transparent;
166168
color: inherit;
167169
border: none;

0 commit comments

Comments
 (0)