* change icons to phosphor-icons * feat(ui): change icons to phosphor-icons * feat(ui): change icons to phosphor-icons * feat(ui): correct icon sizes, weights, and colors * feat(ui): change arrow-up-right sizes to 16px
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { ImageSquare } from '@phosphor-icons/react';
|
||||
import { colorsFlattened } from '@shared/util/themeColors';
|
||||
import type { Meta, StoryObj } from '@storybook/react';
|
||||
import FileUpload from '@views/components/common/FileUpload';
|
||||
import React from 'react';
|
||||
|
||||
import ImagePlaceholderIcon from '~icons/material-symbols/image';
|
||||
|
||||
/**
|
||||
* Stole this straight from Button.stories.tsx to test the input
|
||||
*/
|
||||
@@ -17,7 +16,7 @@ const meta = {
|
||||
tags: ['autodocs'],
|
||||
args: {
|
||||
children: 'Upload File',
|
||||
icon: ImagePlaceholderIcon,
|
||||
icon: ImageSquare,
|
||||
},
|
||||
argTypes: {
|
||||
children: { control: 'text' },
|
||||
|
||||
Reference in New Issue
Block a user