@nexusui/components
Version:
These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.
2 lines (1 loc) • 444 B
JavaScript
const e={inputAdornment:{height:"100%",mb:{xs:2,sm:0}},emailInput:{"& .MuiInputBase-root":{flexDirection:{xs:"column",sm:"row"},alignItems:{xs:"flex-end",sm:"center"}}},inviteButton:{flex:"0 0 auto",ml:{xs:0,sm:4},whiteSpace:"nowrap",mt:{xs:5,sm:0}},alertMessage:{mt:4,backgroundColor:e=>`rgba(${e.vars.palette.primary.mainChannel} / 0.08)`,color:"text.primary","& .MuiAlert-icon":{color:"info.main",alignItems:"center"}}};export{e as styles};