@granto-umbrella/umbrella-components 3.0.20 → 3.0.21
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.
|
@@ -79124,7 +79124,7 @@ const Sk1 = R.div`
|
|
|
79124
79124
|
flex-direction: row;
|
|
79125
79125
|
padding: ${r0.size.x3} ${r0.size.x4};
|
|
79126
79126
|
cursor: pointer;
|
|
79127
|
-
color: ${(a) => a.$type === "default" ?
|
|
79127
|
+
color: ${(a) => a.$type === "default" ? N.global.text.default.enabled : t0.red[600]};
|
|
79128
79128
|
|
|
79129
79129
|
&:hover {
|
|
79130
79130
|
background-color: ${t0.gray[200]};
|