mirror of
https://github.com/harivansh-afk/Habit-Tracker.git
synced 2026-04-17 15:04:53 +00:00
Changed backend to work with supabase instead of sqlite
This commit is contained in:
parent
ef8f959f57
commit
f1ca72a782
10 changed files with 362 additions and 784 deletions
|
|
@ -37,7 +37,7 @@ export const lightTheme = {
|
|||
day: {
|
||||
default: 'bg-[#ffffff] hover:bg-[#f1f1ef] text-[#37352f] shadow-sm',
|
||||
selected: 'bg-[#37352f] text-white',
|
||||
today: 'border-[#37352f]',
|
||||
today: 'border border-black/20 bg-blue-50/10',
|
||||
otherMonth: 'text-[#787774] bg-[#fafafa]'
|
||||
},
|
||||
navigation: {
|
||||
|
|
@ -97,7 +97,7 @@ export const darkTheme = {
|
|||
day: {
|
||||
default: 'bg-[#2f2f2f] hover:bg-[#363636] text-[#ffffff] shadow-md shadow-[#00000030]',
|
||||
selected: 'bg-[#ffffff] text-[#191919]',
|
||||
today: 'border-[#ffffff]',
|
||||
today: 'border border-white/20 bg-blue-900/5',
|
||||
otherMonth: 'text-[#666666] bg-[#242424]'
|
||||
},
|
||||
navigation: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue