Skip to content

Commit

Permalink
Publish version v0.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Nov 25, 2024
1 parent cdc5b2a commit 0321f22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "Onlook",
"name": "@onlook/studio",
"version": "0.0.59",
"version": "0.0.60",
"homepage": "https://onlook.dev",
"main": "dist-electron/main/index.js",
"description": "The first-ever devtool for designers",
Expand Down
4 changes: 2 additions & 2 deletions apps/studio/src/routes/editor/EditPanel/StylesTab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ const ManualTab = observer(() => {
className={cn(
'text-xs flex transition-all items-center group',
editorEngine.style.mode === StyleMode.Instance &&
'gap-1 text-purple-600 dark:text-purple-300 hover:text-purple-500 dark:hover:text-purple-200',
'gap-1 text-purple-600 dark:text-purple-300 hover:text-purple-500 dark:hover:text-purple-200',
)}
>
<Icons.ComponentInstance
className={cn(
'transition-all w-0',
editorEngine.style.mode === StyleMode.Instance &&
'w-3 h-3 text-purple-600 dark:text-purple-300 group-hover:text-purple-500 dark:group-hover:text-purple-200',
'w-3 h-3 text-purple-600 dark:text-purple-300 group-hover:text-purple-500 dark:group-hover:text-purple-200',
)}
/>
{groupKey}
Expand Down

0 comments on commit 0321f22

Please sign in to comment.