Skip to content

Commit

Permalink
fix: SharedWith me has the right color now
Browse files Browse the repository at this point in the history
Today, the buton sharedwith me is invisible. Let's
upgrade cozy-sharing to use the right colors

cozy/cozy-libs#2041
  • Loading branch information
Crash-- committed Mar 1, 2023
1 parent 3cfe2ae commit e11cdf9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"cozy-realtime": "3.14.4",
"cozy-scanner": "2.4.6",
"cozy-scripts": "^7.0.0",
"cozy-sharing": "6.0.3",
"cozy-sharing": "6.0.4",
"cozy-stack-client": "^34.1.5",
"cozy-ui": "^81.2.1",
"date-fns": "1.30.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6015,10 +6015,10 @@ cozy-scripts@^7.0.0:
webpack-dev-server "3.10.3"
webpack-merge "4.2.2"

[email protected].3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-6.0.3.tgz#641d62e87b82ca5d2687de31d7aa08dac774c655"
integrity sha512-FC5m+eyirjQo0NhzA04nHKJLg+lcvp57oQtc5HWEQx0087TizlFcwjmEWzb4Fx+IdGs7pYNbF4PWTOxa3TajTg==
[email protected].4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-6.0.4.tgz#4065d6eadad5f57ba114ca37daac185524996861"
integrity sha512-CMMtPG9y7qafBdIsSUWB2at2Jxuk43tkvGLnAhiOkx+uCW/nbIPQJ3o/Q3/nxzn3dSwY8/pXmaTa1KiuSlWAHg==
dependencies:
"@cozy/minilog" "^1.0.0"
classnames "^2.2.6"
Expand Down Expand Up @@ -12721,19 +12721,19 @@ msgpack5@^4.0.2:
readable-stream "^2.3.6"
safe-buffer "^5.1.2"

"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
version "1.0.8"
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
version "1.0.6"
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
react-spring "9.0.0-rc.3"
react-use-gesture "^7.0.8"
react-use-measure "^2.0.0"

"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
version "1.0.6"
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
version "1.0.8"
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
Expand Down

0 comments on commit e11cdf9

Please sign in to comment.