get connection border color from theme

This commit is contained in:
ouwou 2023-12-04 21:44:35 -05:00
parent 3ed89cfd67
commit 4bca973a21

View File

@ -100,7 +100,7 @@
.profile-connection {
padding: 5px;
border-radius: 10px;
border: 1px solid black;
border: 1px solid @theme_fg_color;
}
.profile-connection-image {