Counterparts section design update, touch dnd support, marks scrolling #182
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "174-add-users-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
react-dnd-multi-backend
)Closes #174, #172
Counterparts section design update and touch dnd supportto Counterparts section design update, touch dnd support, marks scrolling@ -1015,0 +943,4 @@
onKeyDown={handleInputKeyDown}
error={!!error}
sx={{
fontSize: '16px',
This hardcoded inline style can be converted in to CSS class
@ -1015,0 +963,4 @@
}
variant="contained"
aria-label="Toggle User Role"
sx={{
Convert this inline style to css class
Updated, moved all inline styles to the module scss with some higher specificity to override default styles.