@valerius_petrini/corekit-ui 0.1.74 → 0.1.75
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.
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
...restProps
|
|
18
18
|
}: CardProps = $props();
|
|
19
19
|
|
|
20
|
-
let defaultClass = "text-main-text rounded-lg transition-colors ease-in-out bg-sub-background p-4";
|
|
20
|
+
let defaultClass = "text-main-text rounded-lg transition-colors ease-in-out bg-sub-background p-4 w-full";
|
|
21
21
|
let linkClass = "block hover:bg-sub-background-hover cursor-pointer";
|
|
22
22
|
let combinedClass = $derived(twMerge(
|
|
23
23
|
defaultClass,
|