diff --git a/packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.tsx b/packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.tsx index 58455222e..7fc7bedfe 100644 --- a/packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.tsx +++ b/packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.tsx @@ -91,7 +91,7 @@ function InstructionTab({ isActive }: Props) { language="typescript" className={styles.sampleCode} value={jwtCustomizerGrantContextTypeDefinition} - height="400px" + height="180px" theme="logto-dark" options={typeDefinitionCodeEditorOptions} />