Merge pull request #12 from lora322/ai-dev

Ai dev update colours in Tailwind
This commit is contained in:
lora322 2025-09-19 20:24:19 -04:00 committed by GitHub
commit 4533ceaf60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -361,7 +361,7 @@ export default function Login() {
</SectionFullScreen>
<div className='bg-black text-white flex flex-col text-center justify-center md:flex-row'>
<p className='py-6 text-sm'>
© 2024 <span>{title}</span>.{' '}
© 2025 <span>{title}</span>.{' '}
{t('pages.login.footer.copyright', {
defaultValue: '© All rights reserved',
})}

View File

@ -51,7 +51,7 @@ module.exports = {
text: '#45B26B',
},
pavitra: {
blue: '#0162FD',
blue: '#244E5E',
green: '#00B448',
orange: '#FFAA00',
red: '#F20041',
@ -67,8 +67,8 @@ module.exports = {
pastelEmeraldTheme: {
text: '#515564',
iconsColor: '#030A0D',
mainBG: '#DFECF2',
buttonColor: '#030A0D',
mainBG: '#FFFFFF',
buttonColor: '#244E5E',
outsideCardColor: '#D0E1E9',
cardColor: '#DFECF2',
webSiteComponentBg: '#030A0D',