Change user size on card, save card description on click outside, prevent list deletion if any filter is active

This commit is contained in:
Maksim Eltyshev
2020-04-30 05:27:46 +05:00
parent a9f2948672
commit 712567ac57
11 changed files with 74 additions and 38 deletions

View File

@@ -16,20 +16,20 @@ const SIZES = {
// TODO: move to styles
const STYLES = {
tiny: {
fontSize: '10px',
fontWeight: '400',
height: '20px',
padding: '5.5px 0px 4.5px',
width: '20px',
},
small: {
fontSize: '12px',
fontWeight: '400',
height: '24px',
lineHeight: '20px',
padding: '2px 0px',
padding: '2px 0',
width: '24px',
},
small: {
fontSize: '12px',
fontWeight: '400',
height: '28px',
padding: '8px 0',
width: '28px',
},
medium: {
fontSize: '14px',
fontWeight: '500',