@stokelp/ui 2.20.0 → 2.20.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/style.css +1 -1
- package/dist/ui.cjs +7 -7
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +2 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -15047,7 +15047,8 @@ const { withProvider: rL, withContext: Z4 } = e1(Ga), tL = rL(f("div"), "root"),
|
|
|
15047
15047
|
}
|
|
15048
15048
|
},
|
|
15049
15049
|
_hover: {
|
|
15050
|
-
color: "secondary.500"
|
|
15050
|
+
color: "secondary.500",
|
|
15051
|
+
fontWeight: "bold"
|
|
15051
15052
|
},
|
|
15052
15053
|
_selected: {
|
|
15053
15054
|
color: "secondary.500",
|