Skip to content

Commit 641ada4

Browse files
committed
remove borders, add color to svg icons
1 parent 93d3d1b commit 641ada4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/features/common/components/card/card.module.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
padding: 0px 2px;
6565
flex-direction: column;
6666
border-radius: 0.5rem;
67-
border: 1px solid var(--color_border_bold);
6867
background: var(--color_bg_layer_alternate-bold);
6968

7069
&[data-type="output"] {
@@ -81,6 +80,10 @@
8180
display: flex;
8281
flex-direction: row;
8382
align-items: center;
83+
svg {
84+
color: var(--color_fg_default);
85+
margin-right: 2px;
86+
}
8487
}
8588

8689
.card__hasFullWidth {
@@ -112,8 +115,6 @@
112115
justify-content: space-between;
113116
padding: 0.5rem 1rem;
114117
height: 3rem;
115-
116-
border-bottom: 1px solid var(--color_border_bold);
117118
gap: 0.25rem;
118119
}
119120

0 commit comments

Comments
 (0)