Skip to content

Commit

Permalink
fix: adjust subtitle height
Browse files Browse the repository at this point in the history
  • Loading branch information
2wheeh committed May 10, 2024
1 parent 83c5d8c commit a4487db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/common/client/title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default forwardRef<TitleRef, TitleProps>(function Title(
`w-full resize-none overflow-hidden bg-transparent focus-visible:outline-none`,
{
'PlaygroundEditorTheme__h1 h-9': subtitle === false,
'PlaygroundEditorTheme__h2 h-5': subtitle === true,
'PlaygroundEditorTheme__h2 h-[23px]': subtitle === true,
}
)}
placeholder={placeholder}
Expand Down

0 comments on commit a4487db

Please sign in to comment.