linkedunion-design-kit 1.11.15 → 1.11.16
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.
|
@@ -50,7 +50,7 @@ export var buttonStyles = {
|
|
|
50
50
|
outlineColor: {
|
|
51
51
|
blue: "bg-transparent text-blue-600 hover:bg-blue-700 hover:text-blue-50 active:bg-blue-800 active:text-blue-50",
|
|
52
52
|
"light-blue": "bg-blue-100 text-blue-600 hover:bg-blue-700 hover:text-blue-50 active:bg-blue-800 active:text-blue-50",
|
|
53
|
-
green: "bg-transparent text-green-600 hover:bg-green-700 hover:text-green-50 active:bg-green-800 active:text-green-50",
|
|
53
|
+
green: "lu-bg-transparent text-green-600 hover:bg-green-700 hover:text-green-50 active:bg-green-800 active:text-green-50",
|
|
54
54
|
"light-green": "bg-green-100 text-green-600 hover:bg-green-700 hover:text-green-50 active:bg-green-800 active:text-green-50",
|
|
55
55
|
yellow: "bg-yellow-50 text-yellow-950 border-yellow-500 hover:bg-yellow-600 hover:text-yellow-950 focus-visible:bg-yellow-600 focus-visible:text-yellow-950 focus-visible:ring-2 focus-visible:ring-yellow-500 focus-visible:ring-offset-2 active:bg-yellow-700 active:text-yellow-950",
|
|
56
56
|
"light-yellow": "bg-yellow-100 text-yellow-950 border-yellow-500 hover:bg-yellow-600 focus-visible:bg-yellow-600 focus-visible:text-yellow-950 focus-visible:ring-2 focus-visible:ring-yellow-500 focus-visible:ring-offset-2 active:bg-yellow-700",
|