Fix color issues in Downloads dropdown (#2298)

* Fix color issues in Downloads dropdown

* More styling changes
This commit is contained in:
Tasos Boulis
2022-10-21 12:52:52 +03:00
committed by GitHub
parent 1f5f5ef71d
commit aa28948800
4 changed files with 72 additions and 42 deletions

View File

@@ -12,7 +12,7 @@ type OwnProps = {
item: DownloadedItem;
}
const iconSize = 12;
const iconSize = 14;
const colorGreen = '#3DB887';
const colorRed = '#D24B4E';