Added icon to team dropdown
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user