mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-06 13:01:22 +02:00
Fix Bottom border of state counters is white on the dark theme
This commit is contained in:
parent
77cf4cf7a4
commit
1cb19554eb
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user