You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix Bottom border of state counters is white on the dark theme
This commit is contained in:
@ -17,7 +17,7 @@ limitations under the License.
|
|||||||
.m_RoomView_auxPanel_stateViews {
|
.m_RoomView_auxPanel_stateViews {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
padding-left: 19px;
|
padding-left: 19px;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid $primary-hairline-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.m_RoomView_auxPanel_stateViews_span a {
|
.m_RoomView_auxPanel_stateViews_span a {
|
||||||
|
Reference in New Issue
Block a user