Browse Source

Fix post button color

develop
Ezerous 4 years ago
parent
commit
89704bb7e6
  1. 4
      packages/concordia-app/src/components/PostCreate/styles.css

4
packages/concordia-app/src/components/PostCreate/styles.css

@ -15,3 +15,7 @@
.subject-input { .subject-input {
min-width: 300px; min-width: 300px;
} }
.like:hover .icon {
color: #fff !important;
}

Loading…
Cancel
Save