Update all posts arrow svg fill style

This commit is contained in:
Sat Naing
2022-09-10 01:36:05 +06:30
parent d59f8007ad
commit 4acc1a9669
+1 -1
View File
@@ -161,6 +161,6 @@ const sortedPosts = posts.sort(
@apply text-center my-8;
}
.all-posts-btn-wrapper svg {
@apply inline-block w-6 h-6;
@apply inline-block w-6 h-6 fill-skin-base hover:fill-skin-accent;
}
</style>