feat(ui): change icons to phosphor-icons #467 (#469)

* 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:
Preston Cook
2024-12-31 13:36:08 -06:00
committed by GitHub
parent 918f4e419c
commit 37bd7e79d9
25 changed files with 112 additions and 141 deletions

View File

@@ -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' },