fix: Change background color of notification cards
This commit is contained in:
parent
f5e287e378
commit
e41d8d0460
|
@ -60,6 +60,7 @@ export default {
|
|||
|
||||
.favourite {
|
||||
padding: 8px 0 0 16px;
|
||||
background-color: #ffffff;
|
||||
|
||||
.action {
|
||||
margin-right: 8px;
|
||||
|
|
|
@ -36,6 +36,7 @@ export default {
|
|||
|
||||
.follow {
|
||||
padding: 8px 0 0 16px;
|
||||
background-color: #ffffff;
|
||||
|
||||
.action {
|
||||
margin-right: 8px;
|
||||
|
|
|
@ -60,6 +60,7 @@ export default {
|
|||
|
||||
.reblog {
|
||||
padding: 8px 0 0 16px;
|
||||
background-color: #ffffff;
|
||||
|
||||
.action {
|
||||
margin-right: 8px;
|
||||
|
|
Loading…
Reference in New Issue