From 6ea840505a4b25d4bfb053ca44d98dc3c93a8d17 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:30:13 -0700 Subject: [PATCH] Fix buttons across app --- app/components/Alert/Alert.view.tsx | 4 ++-- app/components/Button.tsx | 12 ++++++------ app/components/ContentLockup/ContentLockup.view.tsx | 6 +++--- app/components/NumberedCards/NumberedCards.view.tsx | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/components/Alert/Alert.view.tsx b/app/components/Alert/Alert.view.tsx index 73ff342..374efa2 100644 --- a/app/components/Alert/Alert.view.tsx +++ b/app/components/Alert/Alert.view.tsx @@ -50,10 +50,10 @@ export function AlertView({ {/* Large button for md and lg breakpoints */}
-
{/* XLarge button for xl breakpoint */}
-
diff --git a/app/components/NumberedCards/NumberedCards.view.tsx b/app/components/NumberedCards/NumberedCards.view.tsx index dd9bef5..acc48fe 100644 --- a/app/components/NumberedCards/NumberedCards.view.tsx +++ b/app/components/NumberedCards/NumberedCards.view.tsx @@ -47,13 +47,13 @@ function NumberedCardsView({ {/* Call to Action Button */}
- {/* Default button for xsm and sm breakpoints */} + {/* Filled button for xsm and sm breakpoints */}
-
- {/* Outlined button for lg and xlg breakpoints */} + {/* Outline button for lg and xlg breakpoints */}