Skip to content

Commit f87ade1

Browse files
committed
fix: playground colors
1 parent f519bbc commit f87ade1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</div>
88
</template>
99

10-
<style scoped>
11-
div {
10+
<style>
11+
body {
1212
background-color: var(--color-gray-50);
1313
color: var(--color-gray-900);
1414
}

0 commit comments

Comments
 (0)