Skip to content

Commit 1d72336

Browse files
committed
fix: css color
1 parent 487d754 commit 1d72336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/app.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
<style scoped>
1111
div {
1212
background-color: var(--color-gray-50);
13+
color: var(--color-gray-900);
1314
}
1415
</style>

0 commit comments

Comments
 (0)