Skip to content

Commit 223e3af

Browse files
committed
changed style bookmarkbtn and back to top btn
1 parent 813314a commit 223e3af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/App.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,15 @@ ul ol {
106106
bottom: 20px;
107107
right: 30px;
108108
z-index: 99;
109+
background-color: #c9cff8 !important;
109110
}
110111

111112
#bookmarkBtn {
112113
position: fixed;
113114
bottom: 24px;
114115
left: 30px;
115116
z-index: 99;
117+
background-color: #c9cff8 !important;
116118
}
117119

118120
.has-padding-bottom-10,

src/components/Category/BookMarkBtn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const BookMarkBtn = ({ isBookMarked, removeBookmark, bookmarkIt }) => {
1515
>
1616
<Bookmark
1717
color='blue'
18-
fill={isBookMarked ? 'blue' : 'white'}
18+
fill={isBookMarked ? 'blue' : '#c9cff8'}
1919
className='icon'
2020
/>
2121
</div>

0 commit comments

Comments
 (0)