Skip to content

Commit

Permalink
chore: 样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Feb 10, 2024
1 parent 7b5a20e commit 3144800
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.137",
"version": "2.14.138",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ArtifactsListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ watch(isSyncOpen, async () => {
svg {
width: 16px;
height: 16px;
color: var(--lowest-text-color);
color: var(--comment-text-color);
}
}
.sub-img-wrappers {
Expand Down
2 changes: 1 addition & 1 deletion src/components/FileListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
svg {
width: 16px;
height: 16px;
color: var(--lowest-text-color);
color: var(--comment-text-color);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/SubListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ const onClickRefresh = async () => {
svg {
width: 16px;
height: 16px;
color: var(--lowest-text-color);
color: var(--comment-text-color);
}
}
Expand Down

0 comments on commit 3144800

Please sign in to comment.