@helpwave/hightide
Version:
helpwave's component and theming library
12 lines (10 loc) • 367 B
CSS
@layer components {
.chat-quick-reply-chip {
@apply flex-row-0 gap-x-1.5 items-center w-fit px-3.5 py-1.5 rounded-full border text-sm font-medium cursor-pointer;
@apply border-divider text-description bg-surface hover:bg-surface-hover;
transition: var(--coloring-transitions);
&[data-active] {
@apply border-primary text-primary;
}
}
}