Skip to content

Commit

Permalink
[fix] align upload icon (#2799)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta authored Nov 28, 2024
1 parent 6862eb8 commit 979c9a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/src/common/file-uploader/file-upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import ReactMarkdown from 'react-markdown';
import {FormattedMessage} from '@kepler.gl/localization';
import {media} from '@kepler.gl/styles';

/** @typedef {import('./file-upload').FileUploadProps} FileUploadProps */

const fileIconColor = '#D3D8E0';

const LinkRenderer = props => {
Expand Down Expand Up @@ -82,6 +80,9 @@ const StyledDragNDropIcon = styled.div`
color: ${fileIconColor};
margin-bottom: 48px;
display: flex;
justify-content: center;
${media.portable`
margin-bottom: 16px;
`};
Expand Down

0 comments on commit 979c9a5

Please sign in to comment.