Skip to content

Commit c264aef

Browse files
committed
fix css
1 parent 5c7af26 commit c264aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/ambassadors/components/AmbassadorBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const AmbassadorBanner: React.FC = () => {
2222
</Link>
2323
<Link
2424
href='https://github.com/json-schema-org/community/tree/main/programs/ambassadors'
25-
className='bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-slate-100 px-6 py-3 rounded-md shadow hover:bg-gray-400 dark:hover:bg-gray-600 transition'
25+
className='bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-white px-6 py-3 rounded-md shadow hover:bg-gray-400 dark:hover:bg-gray-600 transition'
2626
>
2727
Learn More
2828
</Link>

0 commit comments

Comments
 (0)