+
Awesome Integration
By switching things in the background, the package doesn’t stand in your way.
@@ -276,7 +280,7 @@ class PostgreSQLDatabaseManager implements TenantDatabaseManager
@@ -332,7 +336,7 @@ class PostgreSQLDatabaseManager implements TenantDatabaseManager
+ hover:bg-indigo-600 px-2 py-1 bg-transition" type="submit">
SUBSCRIBE
diff --git a/tailwind.config.js b/tailwind.config.js
index 431dd42..9cff89e 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -193,7 +193,8 @@ module.exports = {
'2xl': '0 25px 50px -12px rgba(0, 0, 0, 0.25)',
inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)',
outline: '0 0 0 3px rgba(66, 153, 225, 0.5)',
- primary: '2px 3px 10px rgba(67, 65, 144, 0.1)',
+ primary: '2px 2px 7px rgba(67, 65, 144, 0.2)',
+ card: '2px 4px 10px 3px rgba(0, 0, 0, 0.1)',
none: 'none',
},
container: {},
diff --git a/tailwind.css b/tailwind.css
index 4204123..fd0fe9f 100644
--- a/tailwind.css
+++ b/tailwind.css
@@ -2,10 +2,14 @@
@tailwind components;
@tailwind utilities;
-.both-transition {
- transition: background 200ms ease, border 200ms ease;
+.bg-transition {
+ transition: background 200ms ease;
}
.border-transition {
transition: border 200ms ease;
+}
+
+.both-transition {
+ transition: background 200ms ease, border 200ms ease;
}
\ No newline at end of file