mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Added Basic Darkmode and Fixed Small Bugs
This commit is contained in:
parent
aacca3d141
commit
94fb5c7eb1
42 changed files with 593 additions and 72 deletions
|
@ -37,9 +37,9 @@ export const ProModal = () => {
|
|||
<div className='relative flex aspect-video items-center justify-center'>
|
||||
<Image src='/hero.svg' alt='hero' className='object-cover' fill />
|
||||
</div>
|
||||
<div className='mx-auto space-y-6 p-6 text-neutral-700'>
|
||||
<div className='mx-auto space-y-6 p-6 text-neutral-700 dark:text-neutral-200'>
|
||||
<h1 className='text-xl font-semibold'>Upgrade to Tasko Pro Today!</h1>
|
||||
<p className='text-xs font-semibold text-neutral-600'>
|
||||
<p className='text-xs font-semibold text-neutral-600 dark:text-neutral-300'>
|
||||
Explore the best of Tasko
|
||||
</p>
|
||||
<div className='pl-3'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue