Added icon to team dropdown

This commit is contained in:
John Lyon-Smith
2018-03-26 10:53:30 -07:00
parent bc051e3551
commit ca7e72fc2d
4 changed files with 40 additions and 28 deletions

View File

@@ -43,6 +43,9 @@ Object.assign(colorInfo, {
listBorder: colorInfo.headerBorder,
dropdownBorder: colorInfo.headerBorder,
dropdownBackground: colorInfo.listBackground,
dropdownBackgroundActive: colorInfo.listBackgroundActive,
dropdownBackgroundHover: colorInfo.headerButtonBackgroundHover,
})
const sizeInfo = {
@@ -85,10 +88,11 @@ const sizeInfo = {
listIcon: 25,
listIconMargin: '5px 10px 5px 10px',
dropDownIconSize: 20,
dropdownIconMargin: 5,
dropdownIconSize: 20,
dropdownItems: 6,
dropdownBorderWidth: 1,
dropdownIcon: 25,
dropdownIconMargin: '5px 10px 5px 10px',
modalWidth: 450,
modalShadowWidth: 25,