update story

This commit is contained in:
Nate Kelley 2025-02-21 16:51:57 -07:00
parent ccbad61fdf
commit cc58d08873
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 2 additions and 1 deletions

View File

@ -130,6 +130,7 @@
"@types/react-syntax-highlighter": "^15.5.13", "@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^1.8.8", "@types/react-window": "^1.8.8",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"chromatic": "^11.25.2",
"cypress": "^13.17.0", "cypress": "^13.17.0",
"eslint": "^8", "eslint": "^8",
"eslint-config-next": "14.2.3", "eslint-config-next": "14.2.3",

View File

@ -60,7 +60,7 @@ const TestComponent = ({
return ( return (
<div className="min-h-[250px]"> <div className="min-h-[250px]">
<div <div
className="rounded-full bg-purple-700 p-3 text-white" className="flex cursor-pointer items-center justify-center bg-black p-1 text-center text-white"
style={{ width: 120 }} style={{ width: 120 }}
onClick={onClick}> onClick={onClick}>
Click me! Click me!