mirror of https://github.com/buster-so/buster.git
update story
This commit is contained in:
parent
ccbad61fdf
commit
cc58d08873
|
@ -130,6 +130,7 @@
|
|||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@types/react-window": "^1.8.8",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"chromatic": "^11.25.2",
|
||||
"cypress": "^13.17.0",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.2.3",
|
||||
|
|
|
@ -60,7 +60,7 @@ const TestComponent = ({
|
|||
return (
|
||||
<div className="min-h-[250px]">
|
||||
<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 }}
|
||||
onClick={onClick}>
|
||||
Click me!
|
||||
|
|
Loading…
Reference in New Issue