UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

16 lines (15 loc) 499 B
export const readOnlyInputStyles = (theme)=>({ wrapper: { '--input-bd': 'var(--mantine-color-default-border)', '--input-bg': theme.colors.gray[1], '--input-color': theme.colors.gray[7], '--input-placeholder-color': theme.colors.gray[7] }, label: { '--input-asterisk-color': theme.colors.red[2] }, input: { cursor: 'text' } }); //# sourceMappingURL=ReadOnlyInputStyles.js.map