File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export default function Feedback({ className }: IFeedbackProps) {
113113 />
114114 < div className = 'mt-4 block text-sm lg:flex lg:flex-row' >
115115 < button
116- className = 'w-full rounded bg-primary-500 py-2 text-white shadow-md transition-all duration-500 ease-in-out hover:shadow-lg lg:w-6/12'
116+ className = 'w-full rounded bg-primary-500 py-2 text-white shadow-md transition-all duration-500 ease-in-out hover:bg-primary-400 hover: shadow-lg lg:w-6/12'
117117 type = 'submit'
118118 >
119119 Submit feedback
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default function GitHubIssue({ className = '' }) {
88 return (
99 < a
1010 className = { `flex flex-row justify-center rounded bg-black py-2 text-white
11- shadow-md transition-all duration-500 ease-in-out hover:shadow-lg lg:w-6/12 ${ className } ` }
11+ shadow-md transition-all duration-500 ease-in-out hover:bg-gray-700 hover: shadow-lg lg:w-6/12 ${ className } ` }
1212 href = 'https://github.com/asyncapi/website/issues/new/choose'
1313 target = '_blank'
1414 rel = 'noopener noreferrer'
You can’t perform that action at this time.
0 commit comments