/**
 * vuetify-swatches
 *
 * @description Color Swatch component for Vuetify3.
 * @author Logue <logue@hotmail.co.jp>
 * @copyright 2022-2025 By Masashi Yoshikawa All rights reserved.
 * @license MIT
 * @version 1.7.6
 * @see {@link https://github.com/logue/vuetify-swatches}
 */

.v-swatches div .v-btn{padding:0!important;margin:.1rem}.v-swatches div .v-btn .v-icon{filter:invert(100%) grayscale(100%) contrast(100)}.v-swatches div .v-btn.bg-trasparent{background:linear-gradient(to top left,transparent 0,transparent calc(50% - .1rem),rgb(var(--v-theme-error)) 50%,transparent calc(50% + .1rem),transparent)}.v-swatches div .v-btn.bg-trasparent .v-icon{filter:none}
