Skip to content

Commit 512d3e8

Browse files
authored
fix(venues): VenueList subtitle color in dark mode (#3719)
1 parent 9fdd1e8 commit 512d3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/views/venues/VenueList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $padding-v: 0.5rem;
5959

6060
.subtitle {
6161
font-size: $font-size-xs;
62-
color: $body-color;
62+
color: var(--gray);
6363
}
6464

6565
:global(.btn:hover) .subtitle {

0 commit comments

Comments
 (0)