@useloops/design-system
Version:
The official React based Loops design system
2 lines (1 loc) • 357 B
JavaScript
import{styled as t,InputLabel as e}from"@mui/material";const o=t(e,{shouldForwardProp:t=>"showicon"!==t})(({theme:t,align:e})=>({fontWeight:400,lineHeight:"140%",whiteSpace:"normal",textAlign:e,color:"inherit","&.Mui-disabled":{color:t.custom.palette.text.disabled},"&.Mui-error":{color:t.custom.palette.text.negative}}));export{o as StyledInputLabelBase};