Skip to content

Commit 2c85d59

Browse files
committed
Update example Vue Component for Tailwind v1
1 parent a15fae7 commit 2c85d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tailwindcss-stubs/resources/js/components/ExampleComponent.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
3-
<div class="font-semibold bg-grey-lightest text-grey-darkest py-3 px-6 mb-0 shadow-inner">
3+
<div class="font-semibold bg-gray-100 text-gray-700 py-3 px-6 mb-0 shadow-inner">
44
Example Component</div>
55
<div class="w-full p-6">
6-
<p class="text-grey-darkest">
6+
<p class="text-gray-700">
77
I'm an example component.
88
</p>
99
</div>

0 commit comments

Comments
 (0)