Merge pull request #491 from tidalcycles/refactor-react

react style fixes
This commit is contained in:
Felix Roos 2023-02-28 23:06:29 +01:00 committed by GitHub
commit df35a5c9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/react",
"version": "0.6.3",
"version": "0.6.4",
"description": "React components for strudel",
"main": "src/index.js",
"publishConfig": {

View File

@ -142,9 +142,8 @@ export function MiniRepl({
</button>
<button
className={cx(
isDirty
? 'cursor-pointer w-16 flex items-center justify-center p-1 text-foreground bg-lineHighlight hover:bg-background'
: 'w-16 flex items-center justify-center p-1 opacity-50 cursor-not-allowed bg-lineHighlight',
'w-16 flex items-center justify-center p-1 text-foreground border-lineHighlight bg-lineHighlight',
isDirty ? 'text-foreground hover:bg-background cursor-pointer' : 'opacity-50 cursor-not-allowed',
)}
onClick={() => activateCode()}
>