Skip to content

Commit 611109e

Browse files
committed
🧹 made pro banner dark mode compliant
1 parent 2515330 commit 611109e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/SyntaxUIProBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Image from 'next/image'
55
const 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>

0 commit comments

Comments
 (0)