Skip to content

Commit

Permalink
fix className
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 committed Mar 14, 2024
1 parent 10d0224 commit 0729e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/ashby-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body {
padding-right: 0;
background: transparent;
}
[class*='._filtersOpen_'] {
[class*='_filtersOpen_'] {
background: var(--color-200);
color: var(--color);
}
Expand Down
2 changes: 1 addition & 1 deletion public/css/ashby.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body {
padding-right: 0;
background: transparent;
}
[class*='._filtersOpen_'] {
[class*='_filtersOpen_'] {
background: var(--color-200);
color: var(--color);
}
Expand Down

0 comments on commit 0729e91

Please sign in to comment.