@eclass/ui-kit 1.40.0 → 1.40.1
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.
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -31370,6 +31370,14 @@ function Alert({
|
|
|
31370
31370
|
sx: {
|
|
31371
31371
|
".linkButton": {
|
|
31372
31372
|
fontSize: "16px"
|
|
31373
|
+
},
|
|
31374
|
+
a: {
|
|
31375
|
+
fontWeight: "500",
|
|
31376
|
+
color: vars("colors-main-deepSkyBlue"),
|
|
31377
|
+
textDecoration: "underline"
|
|
31378
|
+
},
|
|
31379
|
+
"a:hover": {
|
|
31380
|
+
color: vars("colors-neutral-darkCharcoal")
|
|
31373
31381
|
}
|
|
31374
31382
|
},
|
|
31375
31383
|
children: [/* @__PURE__ */ jsx(Box, {
|