Skip to content

Commit 767a165

Browse files
committed
fix: fixed arrow styling in dark mode
1 parent 5c4094b commit 767a165

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/CommunityPortal/EventPersonalization/EventStats.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@
306306
margin-top: 4px;
307307
}
308308

309+
.pEStatsDark .pETrendUp { color: #4caf50 !important; }
310+
.pEStatsDark .pETrendDown { color: #f44336 !important; }
311+
.pEStatsDark .pETrendStable { color: #ff9800 !important; }
312+
309313
/* Responsive Design */
310314
@media (max-width: 768px) {
311315
.pEHeaderContainer {

0 commit comments

Comments
 (0)