Skip to content

Commit

Permalink
fixed param text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
goldy1992 committed Dec 5, 2023
1 parent b696650 commit 23d7a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/code_block/states/common/text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Text({params = defaultTextParams}: {params? : ReactNode}
export function TextAlignCenter() {
return (
<>
<KotlinMethodParam currentText={paramTextAlign} cursorVisible={false}/>
<KotlinMethodParam currentText={tab3 + paramTextAlign} cursorVisible={false}/>
<KotlinDefaultText currentText={space + textAlign + dot} cursorVisible={false} />
<KotlinField currentText={center} cursorVisible={false} />
<KotlinDefaultText currentText={comma} cursorVisible={false} />
Expand Down

0 comments on commit 23d7a5c

Please sign in to comment.