@speckle/ui-components 2.23.3 → 2.23.4
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/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.js +1 -2
- package/dist/lib.js.map +1 -1
- package/package.json +3 -3
package/dist/lib.js
CHANGED
|
@@ -326,8 +326,7 @@ const pl = {
|
|
|
326
326
|
c.description ? (l(), i("p", yl, M(c.description), 1)) : x("", !0),
|
|
327
327
|
c.cta ? (l(), i("div", xl, [
|
|
328
328
|
j(fl, {
|
|
329
|
-
class: "mt-1",
|
|
330
|
-
color: "subtle",
|
|
329
|
+
class: "mt-1 color-primary",
|
|
331
330
|
to: c.cta.url,
|
|
332
331
|
size: "sm",
|
|
333
332
|
onClick: (m) => r(c, m)
|