feat(SW-415): Border room card

This commit is contained in:
Pontus Dreij
2024-10-08 13:57:57 +02:00
parent 9b9c1b0e14
commit a218b3685f

View File

@@ -3,8 +3,8 @@
display: flex;
flex-direction: column-reverse;
background-color: #fff;
border-radius: var(--Corner-radius-Small);
border: 1px solid rgba(77, 0, 27, 0.1);
border-radius: var(--Corner-radius-Large);
border: 1px solid var(--Base-Border-Subtle);
}
.cardBody {