chore: Upgrade Tailwind CSS to 3.3.2 (#7380)

This commit is contained in:
Pranav Raj S
2023-06-26 11:27:16 -07:00
committed by GitHub
parent 212d7caab1
commit f1f14312fe
15 changed files with 3385 additions and 1116 deletions

View File

@@ -46,7 +46,7 @@
/>
<custom-button
class="font-medium my-5"
class="font-medium mt-2 mb-5"
block
:bg-color="widgetColor"
:text-color="textColor"
@@ -180,7 +180,7 @@ export default {
return contactAttributes;
},
inputStyles() {
return `mt-2 border rounded w-full py-2 px-3 text-slate-700 outline-none`;
return `mt-1 border rounded w-full py-2 px-3 text-slate-700 outline-none`;
},
isInputDarkOrLightMode() {
return `${this.$dm('bg-white', 'dark:bg-slate-600')} ${this.$dm(
@@ -306,6 +306,7 @@ export default {
.formulate-input-wrapper {
display: flex;
align-items: center;
line-height: $space-normal;
label {
margin-left: 0.2rem;