Skip to content

Commit ac92f64

Browse files
committed
update theme for trend
1 parent 2ede65a commit ac92f64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/shared/components/fxdonad-shared/trending/trending.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.trending-container {
2-
background: #ffffff;
2+
background: var(--background-color);
33
border-radius: 10px; // 12px -> ~20% giảm
44
padding: 19px; // 24px -> ~20% giảm
55
box-shadow: 0 1.5px 6px rgba(0, 0, 0, 0.1);
6-
border: 1px solid #e5e7eb;
6+
border: 1px solid var(--border-color);
77
}
88

99
.trending-header {
@@ -12,7 +12,7 @@
1212
align-items: center;
1313
margin-bottom: 16px; // 20px -> 16px
1414
padding-bottom: 10px; // 12px -> 10px
15-
border-bottom: 1.5px solid #f3f4f6;
15+
border-bottom: 1.5px solid var(--border-color);
1616
}
1717

1818
.trending-title {
@@ -155,7 +155,7 @@
155155
justify-content: center;
156156
gap: 16px; // 20px -> 16px
157157
padding: 13px; // 16px -> 13px
158-
background: #f9fafb;
158+
background: oklch(from var(--background-color) calc(l * 1.2) c h);
159159
border-radius: 6px; // 8px -> 6px
160160
flex-wrap: wrap;
161161
}

0 commit comments

Comments
 (0)