File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4343 run : |
4444 rm -rf patches/*
4545 jq 'del(.patchedDependencies)' "package.json" > temp.json && mv temp.json "package.json"
46+ cat package.json
4647 echo $(sed '/if (storybook) {/,/}/d' src/store/index.ts) > src/store/index.ts
4748 echo $(sed '/@dreamworld\/addon-redux/d' .storybook/main.ts) > .storybook/main.ts
4849
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export const Cursor = () => {
5656 < div id = { ids . cursor } >
5757 < style > { styles } </ style >
5858 < Cursor
59- className = "absolute pointer-events-none transform translate-x-[-50%] translate-y-[-50%] fill-white"
59+ className = "absolute pointer-events-none transform translate-x-[-50%] translate-y-[-50%] fill-white text-black "
6060 style = { {
6161 left : `${ cursorX } px` ,
6262 top : `${ cursorY } px` ,
You can’t perform that action at this time.
0 commit comments