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

.v-swatches .v-btn{margin:.1rem}.v-swatches .v-btn .v-icon{filter:invert()grayscale()contrast(100)}.v-swatches .v-btn.bg-transparent{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 .v-btn.bg-transparent .v-icon{filter:none}
/*$vite$:1*/