Skip to content

Commit

Permalink
[optimization] style contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Jun 7, 2024
1 parent 1115e15 commit 128c54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/src/pages/analyze/DialogIframe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const clearIframe = () => {
height: 40px;
border-radius: 0 40px 40px 0;
color: var(--td-text-color-primary);
background: var(--td-bg-aside);
background: var(--td-bg-content-active-2);
.icon {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/pages/analyze/DialogSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ const closeDialog = () => {
height: 40px;
align-items: center;
justify-content: space-between;
background-color: var(--td-bg-content-input);
background-color: var(--td-bg-container);
box-shadow: var(--td-shadow-1);
border-radius: 10px;
padding-left: 24px;
Expand Down

0 comments on commit 128c54c

Please sign in to comment.