@surveycake/rc 3.0.0-alpha.21 → 3.0.0-alpha.22
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.
package/dist/rc.esm.js
CHANGED
|
@@ -1118,11 +1118,13 @@ Typography.displayName = 'Typography';
|
|
|
1118
1118
|
|
|
1119
1119
|
var useSelectStyle =
|
|
1120
1120
|
/*#__PURE__*/
|
|
1121
|
-
makeStyles$1(function () {
|
|
1121
|
+
makeStyles$1(function (theme) {
|
|
1122
1122
|
return {
|
|
1123
1123
|
select: {
|
|
1124
1124
|
padding: '5px 8px',
|
|
1125
|
-
display: 'inline-flex'
|
|
1125
|
+
display: 'inline-flex',
|
|
1126
|
+
backgroundColor: theme.palette.common.white,
|
|
1127
|
+
height: '30px'
|
|
1126
1128
|
}
|
|
1127
1129
|
};
|
|
1128
1130
|
});
|