Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
fix: 修复 fieldset 在暗黑模式的样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Jan 16, 2024
1 parent 388ab44 commit 470fad3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/assets/style/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,12 @@ body {
fieldset {
padding: 15px 15px 0 15px;
margin-bottom: 15px;
border: 1px solid #e4e7ed;
border: 1px solid var(--color-neutral-3);
border-radius: 3px;
background: #fff;
}
fieldset legend {
color: #5e6d82;
color: rgb(var(--gray-10));
padding: 2px 5px 2px 5px;
border: 1px solid #e4e7ed;
border: 1px solid var(--color-neutral-3);
border-radius: 3px;
background: #fff;
}

0 comments on commit 470fad3

Please sign in to comment.