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-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",
|
||||||
|
|
|
@ -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!
|
||||||
|
|
Loading…
Reference in New Issue