@drawnagency/primitives 0.1.22 → 0.1.23
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/package.json
CHANGED
|
@@ -890,8 +890,8 @@ function formatElapsed(seconds: number): string {
|
|
|
890
890
|
|
|
891
891
|
function DismissButton({ onClick }: { onClick: () => void }) {
|
|
892
892
|
return (
|
|
893
|
-
<button type="button" onClick={onClick} className="
|
|
894
|
-
<X size={12} />
|
|
893
|
+
<button type="button" onClick={onClick} className="cursor-pointer" aria-label="Dismiss">
|
|
894
|
+
<X size={12} className="text-base-content/30 hover:text-base-content/60" />
|
|
895
895
|
</button>
|
|
896
896
|
);
|
|
897
897
|
}
|