@salla.sa/twilight-components 1.0.130 → 1.0.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@ module.exports = plugin(function ({addUtilities, addVariant, matchUtilities, the
|
|
|
12
12
|
'.btn-primary': {'@apply text-primary-reverse border border-primary bg-primary': {}},
|
|
13
13
|
'.btn-danger': {'@apply bg-red-400 text-white hover:opacity-80': {}},
|
|
14
14
|
'.btn-outline': {'@apply text-gray-400 bg-white shadow-sm hover:text-gray-600 border border-gray-200': {}},
|
|
15
|
-
'.btn-outline-primary': {'@apply border border-primary text-primary hover:bg-primary hover:text-reverse': {}},
|
|
15
|
+
'.btn-outline-primary': {'@apply border border-primary text-primary hover:bg-primary hover:text-primary-reverse': {}},
|
|
16
16
|
});
|
|
17
17
|
|
|
18
18
|
// todo :: move it to global
|