Skip to content

Commit

Permalink
fix: Fix some wrong color in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed May 27, 2024
1 parent 9514711 commit 3a4fa76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions xmcl-keystone-ui/src/components/MarketTextFieldWithMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
/>
</template>
<v-card
color="secondary"
class="max-w-100 max-h-120 overflow-auto px-2"
class="max-w-100 max-h-120 overflow-auto px-2 dark:bg-[#424242]"
@mousedown.prevent
>
<v-subheader class="flex">
Expand Down
2 changes: 1 addition & 1 deletion xmcl-keystone-ui/src/views/SaveCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
hover
outlined
draggable
class="white--text draggable-card p-2"
class="dark:white--text draggable-card p-2"
style="margin-top: 10px; transition-duration: 0.2s; margin-bottom: 20px"
@dragstart="onDragStart"
@dragend="emit('dragend', $event)"
Expand Down

0 comments on commit 3a4fa76

Please sign in to comment.