mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	fix(ui): button outline, hover effect
This commit is contained in:
		| @@ -12,7 +12,7 @@ const buttonVariants = cva({ | ||||
|     variant: { | ||||
|       solid: "bg-primary hover:bg-primary/80 text-white", | ||||
|       outline: | ||||
|         "dark:border-primary-dark/60 dark:text-primary-dark dark:hover:border-primary-dark border-primary/60 text-primary hover:border-primary hover:bg-gray-lighter border bg-transparent dark:hover:bg-transparent", | ||||
|         "dark:border-primary-dark/60 dark:text-primary-dark dark:hover:border-primary-dark border-primary/60 text-primary hover:border-primary hover:bg-primary border bg-transparent hover:text-white", | ||||
|     }, | ||||
|     size: { | ||||
|       small: "h-9 rounded-md px-3", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user