From a16192a5760368e6fc8f1641b4a8c7bc8499aa7a Mon Sep 17 00:00:00 2001 From: Deyner Lezcano Date: Thu, 4 Jan 2024 13:31:21 -0500 Subject: [PATCH 1/2] change height for dark variant of USelectPicker --- src/components/USelectPicker/USelectPicker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/USelectPicker/USelectPicker.js b/src/components/USelectPicker/USelectPicker.js index 85c87e97c..933cc3b60 100644 --- a/src/components/USelectPicker/USelectPicker.js +++ b/src/components/USelectPicker/USelectPicker.js @@ -119,6 +119,7 @@ export default function USelectPicker(props) { const selectStyles = { input: base => ({ ...base, + height: iconVariant === ICON_VARIANTS.dark ? theme.spacing(4) : 'inherit', // if dark variant, then match height with material ui controls color: theme.palette.text.primary, '& input': { font: 'inherit', From f232b7532c858a0e051b8c89abf160e404cd0dfc Mon Sep 17 00:00:00 2001 From: Deyner Lezcano Date: Thu, 4 Jan 2024 13:33:56 -0500 Subject: [PATCH 2/2] change package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5aff2d659..902205d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unicef/material-ui", - "version": "0.11.7", + "version": "0.11.8", "description": "UNICEF theme and components of material-ui for react", "main": "index.js", "files": [