From 9d5a90538a2ef0499215d46ea887e5930d76c70d Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 29 Feb 2024 10:38:42 +0800 Subject: [PATCH] Switch to the circle buttons --- packages/web/components/elements/Button.tsx | 5 +-- .../templates/homeFeed/TLDRLayout.tsx | 36 +------------------ 2 files changed, 4 insertions(+), 37 deletions(-) diff --git a/packages/web/components/elements/Button.tsx b/packages/web/components/elements/Button.tsx index 768d7dca0..884544415 100644 --- a/packages/web/components/elements/Button.tsx +++ b/packages/web/components/elements/Button.tsx @@ -37,9 +37,10 @@ export const Button = styled('button', { gap: '10px', display: 'flex', alignItems: 'center', - borderRadius: '5px', + borderRadius: '100px', px: '10px', - py: '5px', + py: '10px', + fontFamily: '$inter', fontSize: '12px', fontWeight: '500', diff --git a/packages/web/components/templates/homeFeed/TLDRLayout.tsx b/packages/web/components/templates/homeFeed/TLDRLayout.tsx index d95c45bc6..c8fbb1dd2 100644 --- a/packages/web/components/templates/homeFeed/TLDRLayout.tsx +++ b/packages/web/components/templates/homeFeed/TLDRLayout.tsx @@ -62,38 +62,7 @@ export function TLDRLayout(props: TLDRLayoutProps): JSX.Element { - +