From 6b56b39a0090bec2683b3727c2aeca73c5dcf933 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Fri, 12 Jul 2024 20:21:26 +0200 Subject: [PATCH] Put back to --- .../src/modules/ui/input/button/components/FloatingButton.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/ui/input/button/components/FloatingButton.tsx b/packages/twenty-front/src/modules/ui/input/button/components/FloatingButton.tsx index 96941c362d27..4f0dbcaf6c35 100644 --- a/packages/twenty-front/src/modules/ui/input/button/components/FloatingButton.tsx +++ b/packages/twenty-front/src/modules/ui/input/button/components/FloatingButton.tsx @@ -1,7 +1,7 @@ import { useTheme } from '@emotion/react'; import styled from '@emotion/styled'; -import { IconComponent } from 'twenty-ui'; import { Link } from 'react-router-dom'; +import { IconComponent } from 'twenty-ui'; export type FloatingButtonSize = 'small' | 'medium'; export type FloatingButtonPosition = 'standalone' | 'left' | 'middle' | 'right'; @@ -28,6 +28,7 @@ const StyledButton = styled.button< | 'applyBlur' | 'applyShadow' | 'position' + | 'to' > >` align-items: center;