From ce77df47c6d5c2e2ab91785029c465efbcc9da1d Mon Sep 17 00:00:00 2001 From: Panthevm Date: Wed, 25 Dec 2024 15:23:01 +0300 Subject: [PATCH] Update page header text element tag --- src/hs_ui/text.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hs_ui/text.cljc b/src/hs_ui/text.cljc index 272e7dc..5b00a21 100644 --- a/src/hs_ui/text.cljc +++ b/src/hs_ui/text.cljc @@ -5,7 +5,7 @@ [& attrs] (let [props (utils/get-component-properties attrs) child (utils/get-component-children attrs)] - [:label + [:h1 (utils/merge-props {:class "txt-page-header text-[theme(colors.elements-readable)]"} props)