delete notes & sync to firebase

This commit is contained in:
2023-05-25 22:29:40 +02:00
parent 2b7ba1faf7
commit e384495e73
10 changed files with 64 additions and 66 deletions

View File

@@ -1,7 +1,7 @@
const colors = require('tailwindcss/colors')
const appWidth = '1280px'
const sideBarWidth = '220px'
const sideBarWidthMobile ='320px'
const sideBarWidthMobile ='260px'
const primary = '#1E4BC4'
const secondary = colors.gray[500]