Skip to content

Commit

Permalink
Put back to
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Jul 12, 2024
1 parent 20b0f33 commit 6b56b39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -28,6 +28,7 @@ const StyledButton = styled.button<
| 'applyBlur'
| 'applyShadow'
| 'position'
| 'to'
>
>`
align-items: center;
Expand Down

0 comments on commit 6b56b39

Please sign in to comment.