Correção de corres

This commit is contained in:
Leandro Palmeira 2025-03-17 14:04:11 -03:00
parent 7e72f6f20f
commit 891722ad24
4 changed files with 9 additions and 5 deletions

View File

@ -1 +1,5 @@
Está é a versão que dá base a versão desenvolvida pela PLW e vendida por nós.
As implementações aqui são experada no proxímo update.
Oferecemos suporte apenas a versão comercialmente vendida.

View File

@ -25,7 +25,7 @@
"@hapi/boom": "^9.1.4",
"@sentry/node": "^6.18.1",
"@types/fs-extra": "^11.0.4",
"@whiskeysockets/baileys": "^6.7.9",
"@whiskeysockets/baileys": "^6.7.16",
"async-mutex": "^0.4.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",

View File

@ -1,6 +1,6 @@
{
"short_name": "Whaticket Saas",
"name": "Whaticket Saas",
"short_name": "Whaticket SaaS",
"name": "Whaticket SaaS",
"icons": [
{
"src": "favicon.ico",

View File

@ -54,11 +54,11 @@ const useStyles = makeStyles((theme) => ({
backgroundColor: theme.palette.fancyBackground,
'& .MuiButton-outlinedPrimary': {
color: theme.mode === 'light' ? '#FFF' : '#FFF',
backgroundColor: theme.mode === 'light' ? '#2f0549' : '#1c1c1c',
backgroundColor: theme.mode === 'light' ? '#2DDD7F' : '#1c1c1c',
//border: theme.mode === 'light' ? '1px solid rgba(0 124 102)' : '1px solid rgba(255, 255, 255, 0.5)',
},
'& .MuiTab-textColorPrimary.Mui-selected': {
color: theme.mode === 'light' ? '#2f0549' : '#FFF',
color: theme.mode === 'light' ? '#2DDD7F' : '#FFF',
}
},
avatar: {