Merge pull request #5715 from 2580ayush2580/ayush258012

Fix Bottom border of state counters is white on the dark theme
pull/21833/head
Travis Ralston 2021-03-04 20:28:52 -07:00 committed by GitHub
commit 65ac063a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ limitations under the License.
.m_RoomView_auxPanel_stateViews {
padding: 5px;
padding-left: 19px;
border-bottom: 1px solid #e5e5e5;
border-bottom: 1px solid $primary-hairline-color;
}
.m_RoomView_auxPanel_stateViews_span a {