diff --git a/package.json b/package.json index 764632be5467e1f16ee7b7c021e7d3dbb98ba3ee..cdcf46d3b653a4b3c6fedfb94df664acaf23fbdf 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@sentry/react": "^8.26.0", "classnames": "^2.5.1", "cozy-bar": "10.0.0", - "cozy-client": "42.0.0", + "cozy-client": "45.1.0", "cozy-device-helper": "3.0.0", "cozy-flags": ">3.2.2", "cozy-harvest-lib": "9.26.14", @@ -57,7 +57,7 @@ "cozy-logger": ">1.7.0", "cozy-realtime": "5.0.1", "cozy-scripts": "8.3", - "cozy-ui": "^96.0.0", + "cozy-ui": "^101.0.0", "d3": "^7.9.0", "file-saver": "^2.0.5", "global": "^4.4.0", diff --git a/src/components/Connection/connection.scss b/src/components/Connection/connection.scss index 419384253c53adb1dde6a3ae8c6e2065d59dd94c..45672fe10ed8d854adca9737cb44792e6e5e7da6 100644 --- a/src/components/Connection/connection.scss +++ b/src/components/Connection/connection.scss @@ -92,6 +92,7 @@ display: flex; flex-direction: column; gap: 1rem; + color: $grey-bright; h2 { color: $grey-bright; diff --git a/src/styles/index.scss b/src/styles/index.scss index b0eaaab45d4fe6daf09d9c927721c53c023d98da..626da078699f2a6ef09e718a9015ea0a3faee281 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -75,6 +75,7 @@ justify-content: center; // useful when text is rendered with loader align-items: center; + background-color: $dark-light-2; } // devtools button diff --git a/yarn.lock b/yarn.lock index 21b6121e34f2dbfe974f47b783b7bff3f698f157..b44ce04843bb67892be9b066ac895a438eda5863 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6054,16 +6054,16 @@ cozy-client@29.2.0: sift "^6.0.0" url-search-params-polyfill "^8.0.0" -cozy-client@42.0.0: - version "42.0.0" - resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-42.0.0.tgz#f23d53709be264ab67fb4b5e98f9a3ec5bd292d1" - integrity sha512-rgm06z39XyFDP2pk9X+zjEgDZ3KnuNCWlvdbIfz3wAkI9+TvJbMa7D/eUREbLG5iCCT4pROcLxwpZ8rwGyN4Yw== +cozy-client@45.1.0: + version "45.1.0" + resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.1.0.tgz#5755bc4d766c467da98a043a6e16657bfffb41b2" + integrity sha512-acQwXj6dNFT9rv06SfzHu3bYprjZzK0tkvRX14MpYRMRoIho5G4uLEB44BLEZ0+6i141e3LjMsfQj1BN3pMk5w== dependencies: "@cozy/minilog" "1.0.0" "@types/jest" "^26.0.20" "@types/lodash" "^4.14.170" btoa "^1.2.1" - cozy-stack-client "^42.0.0" + cozy-stack-client "^45.0.1" date-fns "2.29.3" json-stable-stringify "^1.0.1" lodash "^4.17.13" @@ -6385,19 +6385,19 @@ cozy-stack-client@^33.4.0: mime "^2.4.0" qs "^6.7.0" -cozy-stack-client@^42.0.0: - version "42.0.1" - resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-42.0.1.tgz#db23bfada9201a6053bae1e8f956bae737bb4f9d" - integrity sha512-C1CNj2coI60z76RpufgSjocv/HltYBZwXux1f1mvGI76ZQr3S9xRyh5NXP2sAXtRApQT5jjPNVI1W1m5NvyGYA== +cozy-stack-client@^45.0.1: + version "45.13.0" + resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.13.0.tgz#394b21a153b752be99ac6c79d073159fd024a4f4" + integrity sha512-ruigDMH6XB1Pxa+e3doAMjXihgKSdNZpNPlEcpd7l8MfHazUaHVs/D8Kyop1n+VGM/4va2DU1c1nE7ainT7+jw== dependencies: detect-node "^2.0.4" mime "^2.4.0" qs "^6.7.0" -cozy-ui@^96.0.0: - version "96.2.0" - resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-96.2.0.tgz#65dab74bfed742f93b68bff8b6d083fdfc02ce7a" - integrity sha512-ORxJaOIiM7wF92FRENf7BYV1V/cnE/OCJNJnSjTJ2DpAIqmAdaeB3y6CW7MbZqdX5wvqldZsiI6Y9V9GkhvoLQ== +cozy-ui@^101.0.0: + version "101.2.0" + resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-101.2.0.tgz#42d15aaa28aeecb63b0eee8bdba4fb770168316c" + integrity sha512-J0R7gOfK13KOfjerHEWiEzwOizquPWKjnz3PnR9CsyYbEkWO03cqjJ/EFvXXhLmQKdXeD0fJgXfjSyVr1k2dbQ== dependencies: "@babel/runtime" "^7.3.4" "@material-ui/core" "4.12.3"