@foodpilot/foods 2.11.9 → 2.11.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,6 +56,9 @@ const SpecialTab = styled((props) => {
56
56
  margin: "4px",
57
57
  background: "linear-gradient(180deg, #FFFFFF 0%, #F6F5F3 154.5%)",
58
58
  border: `1px solid ${theme.custom.grey[600]}`,
59
+ ":hover": {
60
+ background: theme.custom.grey[300]
61
+ },
59
62
  // This is applied on the base value if selected
60
63
  "&.Mui-selected": {
61
64
  color: "white",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@foodpilot/foods",
3
3
  "private": false,
4
- "version": "2.11.9",
4
+ "version": "2.11.10",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "module": "./dist/main.js",