chore: add additional project assets

This commit is contained in:
Gabe Kangas
2025-04-27 17:55:36 -07:00
parent 496209bd03
commit a624d86e22
18 changed files with 1893 additions and 14 deletions
@@ -1,5 +1,6 @@
import React from 'react';
import { FC } from 'react';
import { background } from 'storybook/internal/theming';
export type ImageAssetProps = {
name: string;
@@ -18,6 +19,7 @@ export const ImageAsset: FC<ImageAssetProps> = ({ name, src }) => {
borderColor: 'lightgray',
overflow: 'hidden',
margin: '0.3vw',
backgroundColor: 'lightgray',
};
const colorDescriptionStyle = {