mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
adjust border colour in light mode
This commit is contained in:
parent
2ce2ec884c
commit
9badc18987
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<!-- menu button -->
|
||||
<div ref="dropdown-button" @click.stop="toggleMenu">
|
||||
<slot>
|
||||
<div class="size-8 border border-gray-50 dark:border-zinc-700 rounded shadow cursor-pointer" :style="{ 'background-color': colour }"></div>
|
||||
<div class="size-8 border border-gray-300 dark:border-zinc-700 rounded shadow cursor-pointer" :style="{ 'background-color': colour }"></div>
|
||||
</slot>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue