Skip to content

Commit

Permalink
perf: 💄 Dark mode effect
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Aug 3, 2024
1 parent e916fb9 commit 00d3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Device/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<WirelessGroup ref="wirelessGroupRef" :reload="getDeviceData" />
</div>

<div class="w-px h-7 !mx-4 bg-gray-200 flex-none"></div>
<div class="w-px h-7 !mx-4 bg-gray-200 dark:bg-gray-600 flex-none"></div>

<div class="flex-1 w-0 space-x-2">
<el-button
Expand Down

0 comments on commit 00d3495

Please sign in to comment.