fix: Change background color of notification cards

This commit is contained in:
AkiraFukushima 2018-03-23 13:34:52 +09:00
parent f5e287e378
commit e41d8d0460
3 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ export default {
.favourite {
padding: 8px 0 0 16px;
background-color: #ffffff;
.action {
margin-right: 8px;

View File

@ -36,6 +36,7 @@ export default {
.follow {
padding: 8px 0 0 16px;
background-color: #ffffff;
.action {
margin-right: 8px;

View File

@ -60,6 +60,7 @@ export default {
.reblog {
padding: 8px 0 0 16px;
background-color: #ffffff;
.action {
margin-right: 8px;