refactor: update outline gray button border color from gray-300 to gray-200

- Changed border-gray-300 to border-gray-200 in outline gray variant for consistency with other border color updates across the application
This commit is contained in:
2025-11-19 17:29:30 +01:00
parent ce4b4b3360
commit 96c445aa41

View File

@@ -20,7 +20,7 @@ const variantStyles = {
},
outline: {
cyan: 'border-cyan-500 text-cyan-500',
gray: 'border-gray-300 text-gray-600 hover:text-cyan-500 hover:border-cyan-500 active:border-cyan-500',
gray: 'border-gray-200 text-gray-600 hover:text-cyan-500 hover:border-cyan-500 active:border-cyan-500',
white: 'border-gray-300 text-white hover:text-cyan-500 hover:border-cyan-500 active:border-cyan-500',
},
link: {