File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Image from 'next/image'
55const SyntaxUIProBanner = ( ) => {
66 const { setShowProBanner } = useProBannerStore ( )
77 return (
8- < div className = "border-border group fixed bottom-2 right-2 z-50 h-auto w-[calc(100vw-16px)] max-w-[350px] overflow-hidden rounded-lg border bg-white p-4 text-gray-900 transition-all animate-in slide-in-from-bottom-full md:bottom-4 md:right-4 " >
8+ < div className = "group fixed bottom-2 right-2 z-50 h-auto w-[calc(100vw-16px)] max-w-[350px] overflow-hidden rounded-lg border border-gray-200 bg-white p-4 text-gray-900 transition-all animate-in slide-in-from-bottom-full dark:border-gray-600 dark:bg-gray-800 dark:text-gray-100 " >
99 < a
1010 href = "https://pro.syntaxui.com/"
1111 target = "_blank"
@@ -28,7 +28,7 @@ const SyntaxUIProBanner = () => {
2828 < h1 className = "text-md font-medium tracking-tight md:block" >
2929 Code Less, Create More!
3030 </ h1 >
31- < div className = "font-regular flex items-start justify-start font-mono text-xs leading-[17px] tracking-tighter text-gray-900/80" >
31+ < div className = "font-regular flex items-start justify-start font-mono text-xs leading-[17px] tracking-tighter text-gray-900/80 dark:text-gray-100/80 " >
3232 { `Get Premium Blocks and Templates for your next project on SyntaxUI Pro ↗` }
3333 </ div >
3434 </ div >
You can’t perform that action at this time.
0 commit comments