This commit is contained in:
2025-09-17 15:16:24 +02:00
parent 8d83f44a07
commit c3481f3221

View File

@@ -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/80',
white: 'border-gray-300 text-white hover:border-gray-400 active:bg-gray-100 active:text-white',
},
}