From b389a4e1394b3d5f6562fe7c1f84c9b80a590cb3 Mon Sep 17 00:00:00 2001 From: Oleg Silkin Date: Tue, 3 Dec 2019 22:40:30 -0500 Subject: [PATCH] Adds icons for claim-list alt control buttons & styles them --- ui/component/common/icon-custom.jsx | 16 ++++++++++++++++ ui/component/sideBar/view.jsx | 2 +- ui/constants/icons.js | 3 +++ ui/page/channelCreate/view.jsx | 2 +- ui/page/channels/view.jsx | 4 ++-- ui/page/discover/view.jsx | 11 ++++++++++- ui/page/fileListPublished/view.jsx | 5 ++++- ui/scss/component/_claim-list.scss | 5 +++++ ui/scss/init/_vars.scss | 4 ++++ 9 files changed, 46 insertions(+), 6 deletions(-) diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx index 8b04ec24f..9f18c6106 100644 --- a/ui/component/common/icon-custom.jsx +++ b/ui/component/common/icon-custom.jsx @@ -322,4 +322,20 @@ export const icons = { ), + [ICONS.NEW_CHANNEL]: buildIcon( + + + + + + + ), + [ICONS.NEW_PUBLISH]: buildIcon( + + + + + + + ), }; diff --git a/ui/component/sideBar/view.jsx b/ui/component/sideBar/view.jsx index 7fd0077ee..4e56367a1 100644 --- a/ui/component/sideBar/view.jsx +++ b/ui/component/sideBar/view.jsx @@ -75,7 +75,7 @@ function SideBar(props: Props) {