Skip to content

Commit acb8c4b

Browse files
committed
light mode clear btn fix
1 parent d4470a8 commit acb8c4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/profile/ProfileOverview.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const createNewProfile = () => {
166166
}
167167
168168
.clear-button:hover {
169-
background-color: #0f0f10;
169+
background-color: #fffffe;
170170
}
171171
172172
@media (prefers-color-scheme: dark) {
@@ -183,5 +183,9 @@ const createNewProfile = () => {
183183
.saved {
184184
border-top: 1px solid #fffffe;
185185
}
186+
187+
.clear-button:hover {
188+
background-color: #0f0f10;
189+
}
186190
}
187191
</style>

0 commit comments

Comments
 (0)