From 6debcaba43ee5a53c692fad12beda4be86239c4e Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 05:01:13 +0530 Subject: [PATCH] fix: styling --- src/components/atoms/buttons/buttons.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/atoms/buttons/buttons.tsx b/src/components/atoms/buttons/buttons.tsx index 506e0de0..7f6b3cb7 100644 --- a/src/components/atoms/buttons/buttons.tsx +++ b/src/components/atoms/buttons/buttons.tsx @@ -1,7 +1,7 @@ import styled from 'styled-components'; export const NavBarButton = styled.button<{ disabled: boolean }>` - margin-left: 5px; + margin-left: 10px; margin-right: 5px; padding: 0; border: none; @@ -26,7 +26,7 @@ export const NavBarButton = styled.button<{ disabled: boolean }>` export const UrlFormButton = styled.button` position: absolute; top: 0; - right: 0; + right: 10px; padding: 0; border: none; background-color: transparent;