mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
improve color picker UI
This commit is contained in:
@@ -59,8 +59,8 @@
|
||||
<Popover>
|
||||
<PopoverTrigger as-child>
|
||||
<Button variant="outline" size="sm" class="flex items-center gap-2 px-2" :disabled="disabled">
|
||||
<span class="h-4 w-4 rounded border" :style="{ backgroundColor: safeValue }" />
|
||||
<span class="font-mono text-xs opacity-80">
|
||||
<span class="h-4 w-4 rounded" :style="{ backgroundColor: safeValue }" />
|
||||
<span class="text-xs opacity-80">
|
||||
{{ displayText }}
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user