fix(LOY-10): remove uneeded css and icon wrapper

This commit is contained in:
Chuma McPhoy
2024-12-05 16:39:48 +01:00
parent 6babb667e4
commit 5464efb7a8
2 changed files with 2 additions and 5 deletions

View File

@@ -12,11 +12,10 @@
border-radius: var(--Corner-radius-Medium);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.content {
flex: 1;
width: 100%;
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);