chore: Upgrade Tailwind CSS to 3.3.2 (#7380)
This commit is contained in:
@@ -38,8 +38,8 @@ Vue.use(VueFormulate, {
|
||||
isValidPhoneNumber: ({ value }) => isPhoneNumberValidWithDialCode(value),
|
||||
},
|
||||
classes: {
|
||||
outer: 'mb-4 wrapper',
|
||||
error: 'text-red-400 mt-2 text-xs font-medium',
|
||||
outer: 'mb-2 wrapper',
|
||||
error: 'text-red-400 mt-2 text-xs leading-3 font-medium',
|
||||
},
|
||||
});
|
||||
// Event Bus
|
||||
|
||||
Reference in New Issue
Block a user