Skip to content

Commit ff3cbe1

Browse files
committed
fix: fixup the template code
1 parent e068c47 commit ff3cbe1

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

template/code/default/src/assets/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
--vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
1414
--vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
15-
--vt-c-divider-dadarkrk-1: rgba(84, 84, 84, 0.65);
15+
--vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
1616
--vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
1717

1818
--vt-c-text-light-1: var(--vt-c-indigo);

template/code/router/src/components/HelloWorld.vue

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

template/code/typescript-default/src/assets/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
--vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
1414
--vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
15-
--vt-c-divider-dadarkrk-1: rgba(84, 84, 84, 0.65);
15+
--vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
1616
--vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
1717

1818
--vt-c-text-light-1: var(--vt-c-indigo);

template/code/typescript-default/src/components/HelloWorld.vue

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

template/code/typescript-router/src/components/HelloWorld.vue

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ h3 {
3434
@media (min-width: 1024px) {
3535
.greetings h1,
3636
.greetings h3 {
37-
display: block;
3837
text-align: left;
3938
}
4039
}

0 commit comments

Comments
 (0)