Skip to content

Commit

Permalink
Fix regression with project installer dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Mar 25, 2024
1 parent 951dcb4 commit 1283eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/css/components/project_installer.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* Project Installer */

.installer-browser .installer-browser-block {
.installer-browser .installer-browser-region .installer-browser-block {
background-color: transparent;
}

.installer-browser .installer-browser-block h2 {
.installer-browser .installer-browser-region .installer-browser-block h2 {
border-radius: var(--gin-border-m);
background-color: var(--gin-bg-header);
}
Expand Down
2 changes: 1 addition & 1 deletion styles/components/project_installer.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Project Installer */

.installer-browser .installer-browser-block {
.installer-browser .installer-browser-region .installer-browser-block {
background-color: transparent;
h2 {
border-radius: var(--gin-border-m);
Expand Down

0 comments on commit 1283eb8

Please sign in to comment.