### 🐛 Bug Fixes
* Display konnector icon
### 🔧 Tech
* Update cozy-ui from 93.5.0 to 101.2.0
* Update cozy-client from 41.8.1 to 45.7.0
Note on the migration of cozy-ui in 101.0.0 :
I had an application crash due to changes in getCssVariableValue to handle the dark theme. This function retrieves the cozy-ui CSS variable for a specific color based on the theme. However, the colors we're looking for aren't semantic and therefore don't have a variant for each theme. I decided to define the color arbitrarily after discussing it with @JF-Cozy. In the near future, we'll have to review these colors so that we can use them with a theme (cc: @joel-costa).
Note on the migration of cozy-ui in 101.0.0 : I had an application crash due to changes in
getCssVariableValue
to handle the dark theme. This function retrieves the cozy-ui CSS variable for a specific color based on the theme. However, the colors we're looking for aren't semantic and therefore don't have a variant for each theme. I decided to define the color arbitrarily after discussing it with @JF-Cozy. In the near future, we'll have to review these colors so that we can use them with a theme (cc: @joel-costa).