mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
style(landing-page): text links underline only on hover
This commit is contained in:
parent
0b4e6f45b2
commit
5c3f40579e
@ -11,7 +11,7 @@ import { buttonVariants } from "./Button";
|
||||
|
||||
type Optional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
||||
|
||||
const textLinkVariants = cva("inline-flex gap-1 font-medium underline", {
|
||||
const textLinkVariants = cva("inline-flex gap-1 font-medium hover:underline", {
|
||||
variants: {
|
||||
size: {
|
||||
default: "",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user