Skip to content

Commit

Permalink
💄 #10867
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 12, 2024
1 parent dc11f2d commit 03d4647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/appearance/themes/daylight/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
/* 线条 */
--b3-border-color: var(--b3-theme-surface-lighter);
--b3-border-radius: 6px;
--b3-border-radius-s: 3px;
--b3-border-radius-b: 12px;

/* 滚动条 */
Expand Down
1 change: 1 addition & 0 deletions app/appearance/themes/midnight/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
/* 线条 */
--b3-border-color: #363636;
--b3-border-radius: 6px;
--b3-border-radius-s: 3px;
--b3-border-radius-b: 12px;

/* 滚动条 */
Expand Down
2 changes: 1 addition & 1 deletion app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
left: 2px;
right: 2px;
bottom: 2px;
border-radius: 3px;
border-radius: var(--b3-border-radius-s);
box-shadow: 0 0 0 2px var(--b3-theme-primary-lighter);
pointer-events: none;
}
Expand Down

0 comments on commit 03d4647

Please sign in to comment.