delete notes & sync to firebase

This commit is contained in:
2023-05-25 22:29:40 +02:00
parent 5a4bba2dcd
commit f6e5d5ca4f
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]