feat(web/notifications): center left and center right positions

This commit is contained in:
Luke
2023-01-01 19:25:12 +01:00
parent ae8e588c67
commit d5cdfe58f2
4 changed files with 252 additions and 13 deletions

View File

@@ -66,8 +66,14 @@
"@testing-library/dom": "^8.11.4",
"autoprefixer": "^10.0.2",
"cross-env": "^7.0.3",
"csstype": "^3.0.10",
"postcss": "^8.1.0",
"prop-types": "^15.8.1",
"rimraf": "^3.0.2"
},
"pnpm": {
"patchedDependencies": {
"react-hot-toast@2.4.0": "patches/react-hot-toast@2.4.0.patch"
}
}
}