Skip to content

Commit abda8c7

Browse files
committed
Added styling for unknown addresses
1 parent 906be37 commit abda8c7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

src/skins/vector/css/matrix-react-sdk/views/elements/AddressTile.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ limitations under the License.
2626
margin-right: 4px;
2727
}
2828

29+
.mx_AddressTile.mx_AddressTile_error {
30+
background-color: rgba(255, 0, 100, 0.1);
31+
color: #ff0064;
32+
border-color: #ff0064;
33+
}
34+
2935
.mx_AddressTile_network {
3036
display: inline-block;
3137
position: relative;

src/skins/vector/img/avatar-error.svg

Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)