Skip to content

Commit

Permalink
fix: result page dark theme (#6557)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored Feb 29, 2024
1 parent 0af484e commit 5ebd04e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/result-page/result-page.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

&-icon {
color: var(--adm-color-background);
color: var(--adm-color-text-light-solid);
box-sizing: border-box;
padding: 2px;
margin-bottom: 8px;
Expand All @@ -32,7 +32,7 @@

&-title {
font-size: var(--adm-font-size-10);
color: var(--adm-color-background);
color: var(--adm-color-text-light-solid);
line-height: 1.4;
text-align: center;
}
Expand All @@ -56,7 +56,7 @@
flex-direction: row;
justify-content: space-between;
margin-bottom: 5px;
color: var(--adm-color-background);
color: var(--adm-color-text-light-solid);
font-size: var(--adm-font-size-6);

&-bold {
Expand All @@ -70,8 +70,8 @@
height: 10px;
margin: auto;
margin-bottom: 5px;
border-top: 2px solid var(--adm-color-background);
border-right: 2px solid var(--adm-color-background);
border-top: 2px solid var(--adm-color-text-light-solid);
border-right: 2px solid var(--adm-color-text-light-solid);
transform: rotate(135deg);

&-active {
Expand Down

0 comments on commit 5ebd04e

Please sign in to comment.