Skip to content

Commit 0101cd7

Browse files
--amend
1 parent 17e54a8 commit 0101cd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
3-
<div class="font-semibold bg-gray-100 text-gray-700 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">
44
Example Component</div>
55
<div class="w-full p-6">
66
<p class="text-gray-700">

src/tailwindcss-stubs/resources/views/auth/passwords/email.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
1515

16-
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 shadow-inner">
16+
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1717
{{ __('Reset Password') }}
1818
</div>
1919

src/tailwindcss-stubs/resources/views/auth/passwords/reset.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="w-full max-w-sm">
77
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
88

9-
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 shadow-inner">
9+
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1010
{{ __('Reset Password') }}
1111
</div>
1212

0 commit comments

Comments
 (0)