@groupeactual/ui-kit 0.4.5 → 0.4.7
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/esm/index.js
CHANGED
|
@@ -50432,13 +50432,13 @@ var ActButton = styled$1(Button$1)(function (_a) {
|
|
|
50432
50432
|
var theme = _a.theme;
|
|
50433
50433
|
return ({
|
|
50434
50434
|
color: theme.palette.blueClickable,
|
|
50435
|
-
|
|
50436
|
-
border: "1px solid ".concat(theme.palette.greyLightBorder),
|
|
50435
|
+
border: "1px solid ".concat(theme.palette.greyLightDefaultborder),
|
|
50437
50436
|
borderRadius: 4,
|
|
50437
|
+
padding: '7.5px 16px',
|
|
50438
50438
|
fontWeight: theme.typography.fontWeightBold,
|
|
50439
50439
|
lineHeight: '18px',
|
|
50440
50440
|
textTransform: 'unset',
|
|
50441
|
-
fontSize:
|
|
50441
|
+
fontSize: '14px'
|
|
50442
50442
|
});
|
|
50443
50443
|
});
|
|
50444
50444
|
|
|
@@ -50969,6 +50969,9 @@ var TextFieldCss = function (muiTokens) {
|
|
|
50969
50969
|
WebkitTextFillColor: muiTokens.palette.greyDark
|
|
50970
50970
|
}
|
|
50971
50971
|
},
|
|
50972
|
+
notchedOutline: {
|
|
50973
|
+
fontSize: '16px'
|
|
50974
|
+
},
|
|
50972
50975
|
root: {
|
|
50973
50976
|
'&.Mui-error.MuiOutlinedInput-notchedOutline': {
|
|
50974
50977
|
borderColor: muiTokens.palette.redError
|