fix: border color of dark mode

This commit is contained in:
Sajad Mirjalili
2025-09-26 10:52:38 +03:30
parent 7eb7192b05
commit 86bca4d4a6
13 changed files with 37 additions and 20 deletions

10
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@mui/stylis-plugin-rtl": "^7.2.0",
"@mui/x-data-grid-premium": "^8.10.0",
"@mui/x-date-pickers": "^8.10.0",
"@rkheftan/harmony-ui": "^0.1.8",
"@rkheftan/harmony-ui": "^0.2.86",
"@rollup/rollup-win32-x64-msvc": "^4.46.3",
"axios": "^1.11.0",
"date-fns": "^4.1.0",
@@ -1843,17 +1843,19 @@
}
},
"node_modules/@rkheftan/harmony-ui": {
"version": "0.1.8",
"resolved": "https://npm.pkg.github.com/download/@rkheftan/harmony-ui/0.1.8/ceb42e35ecc6f5ec4ab312dba32c73d8175ab861",
"integrity": "sha512-taau98lOVAqd8Oc4SuP8l0Yo6qTTLH24HPWIs/MLAcaKQrVR0et5gZ+PdQswoUko6/019fe+4Wx9871AiulLLg==",
"version": "0.2.86",
"resolved": "https://npm.pkg.github.com/download/@rkheftan/harmony-ui/0.2.86/db9acf1a2c0b61cc5ccf04e6b4be31e51ca09815",
"integrity": "sha512-oECk47uxn/CTeZI2YW0cPCWIbPE+xKkUaY5UpNrATYBFZ8PviH2CarHFxpnJOoxKmTj59eEmWa57Qu4oQl5P5Q==",
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.1",
"@mui/x-data-grid-premium": "^8.10.0",
"i18next": "^25.3.0",
"iconsax-react": "^0.0.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.6.0",
"react-router-dom": "^7.8.0"
}
},