Fix buttons across app

This commit is contained in:
adilallo
2026-02-03 10:30:13 -07:00
parent 8f0db08d0f
commit 6ea840505a
4 changed files with 14 additions and 14 deletions
@@ -47,13 +47,13 @@ function NumberedCardsView({
{/* Call to Action Button */}
<div className="text-center sm:text-left lg:text-center">
{/* Default button for xsm and sm breakpoints */}
{/* Filled button for xsm and sm breakpoints */}
<div className="block lg:hidden">
<Button variant="default" size="large">
<Button variant="filled" size="large">
{t("numberedCards.buttons.createCommunityRule")}
</Button>
</div>
{/* Outlined button for lg and xlg breakpoints */}
{/* Outline button for lg and xlg breakpoints */}
<div className="hidden lg:block">
<Button variant="outline" size="large">
{t("numberedCards.buttons.seeHowItWorks")}