mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
docs: fix validation warns on color picker
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<UTooltip :text="color.value" class="capitalize" :open-delay="500">
|
<UTooltip :text="color.value" class="capitalize" :open-delay="500">
|
||||||
<UButton
|
<UButton
|
||||||
color="transparent"
|
color="white"
|
||||||
square
|
square
|
||||||
:ui="{
|
:ui="{
|
||||||
color: {
|
color: {
|
||||||
transparent: {
|
white: {
|
||||||
solid: 'bg-gray-100 dark:bg-gray-800',
|
solid: 'ring-0 bg-gray-100 dark:bg-gray-800 hover:bg-gray-100 dark:hover:bg-gray-800',
|
||||||
ghost: 'hover:bg-gray-50 dark:hover:bg-gray-800/50'
|
ghost: 'hover:bg-gray-50 dark:hover:bg-gray-800/50'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user