From 8b49f7df64e7101257b901a7892286f4edf5631a Mon Sep 17 00:00:00 2001 From: dphuang2 Date: Fri, 27 Oct 2023 00:25:33 -0700 Subject: [PATCH] responsive text size for generated code --- .../src/components/OperationFormGeneratedCode.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generator/konfig-next-app/src/components/OperationFormGeneratedCode.tsx b/generator/konfig-next-app/src/components/OperationFormGeneratedCode.tsx index cdfc04e29..7b003b652 100644 --- a/generator/konfig-next-app/src/components/OperationFormGeneratedCode.tsx +++ b/generator/konfig-next-app/src/components/OperationFormGeneratedCode.tsx @@ -37,9 +37,11 @@ export function OperationFormGeneratedCode( code: { maxHeight: 300, backgroundColor: 'unset !important', - fontSize: 13, }, }, + classNames: { + code: 'text-xs lg:text-sm', + }, } return (