Skip to content

Commit 097a786

Browse files
authored
Merge pull request #84 from xuwei-fit2cloud/main
fix: typos
2 parents 55ebee5 + 0a378f4 commit 097a786

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/src/styles/app.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ h4 {
332332

333333
/* tag */
334334
.default-tag {
335-
background: var(--tag-deflaut-bg);
336-
color: var(--tag-deflaut-color);
335+
background: var(--tag-default-bg);
336+
color: var(--tag-default-color);
337337
border: none;
338338
}
339339
.success-tag {

ui/src/styles/variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
--sidebar-bg-color: #ffffff;
2525
--sidebar-width: 240px;
2626
/** tag */
27-
--tag-deflaut-bg: rgba(51, 112, 255, 0.2);
28-
--tag-deflaut-color: #2b5fd9;
27+
--tag-default-bg: rgba(51, 112, 255, 0.2);
28+
--tag-default-color: #2b5fd9;
2929
--tag-success-bg: rgba(52, 199, 36, 0.2);
3030
--tag-success-color: #2ca91f;
3131
--tag-warning-bg: rgba(255, 136, 0, 0.2);

0 commit comments

Comments
 (0)