style: update button hover states and add white variant to docs button
This commit is contained in:
@@ -17,7 +17,7 @@ const variantStyles = {
|
||||
},
|
||||
outline: {
|
||||
gray: 'border-gray-300 text-gray-700 hover:border-gray-400 active:bg-gray-100 active:text-gray-700/80',
|
||||
white: 'border-gray-300 text-white hover:border-gray-400 active:bg-gray-100 active:text-white',
|
||||
white: 'border-gray-300 text-white hover:border-gray-400 hover:text-gray-300 active:bg-gray-100 active:text-gray-800',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user