Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Nov 11, 2024
1 parent 9d38ceb commit d0e482e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/www/scripts/build-registry.mts
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,10 @@ async function buildStylesIndex() {
foreground: 'hsl(var(--highlight-foreground))',
},
},
},
screens: {
'main-hover': {
raw: '(hover: hover)',
screens: {
'main-hover': {
raw: '(hover: hover)',
},
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/registry/default/plate-ui/ghost-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function GhostTextContent() {

return (
<span
className="pointer-events-none hidden text-muted-foreground/70 sm:inline"
className="max-sm:hidden pointer-events-none text-muted-foreground/70"
contentEditable={false}
>
{suggestionText && suggestionText}
Expand Down

0 comments on commit d0e482e

Please sign in to comment.