diff --git a/ui/src/components/JSONSchemaForm/rjsf/BaseInputTemplate.tsx b/ui/src/components/JSONSchemaForm/rjsf/BaseInputTemplate.tsx index cfc0d7139..0bdc642bc 100644 --- a/ui/src/components/JSONSchemaForm/rjsf/BaseInputTemplate.tsx +++ b/ui/src/components/JSONSchemaForm/rjsf/BaseInputTemplate.tsx @@ -123,6 +123,15 @@ export default function BaseInputTemplate< type={inputProps.type === 'text' ? 'text' : isOpen ? 'text' : 'password'} list={schema.examples ? examplesId(id) : undefined} aria-describedby={ariaDescribedByIds(id, !!schema.examples)} +<<<<<<< HEAD +======= + sx={{ + '&::-webkit-calendar-picker-indicator': { + display: 'none !important', + }, + }} + fontSize='sm' +>>>>>>> a030d9bb (refactor(CE): changed font size in JSON Form (#1287)) /> {inputProps.type !== 'text' ? ( diff --git a/ui/src/components/JSONSchemaForm/rjsf/WrapIfAdditionalTemplate.tsx b/ui/src/components/JSONSchemaForm/rjsf/WrapIfAdditionalTemplate.tsx index cea4d9b26..5105b7a10 100644 --- a/ui/src/components/JSONSchemaForm/rjsf/WrapIfAdditionalTemplate.tsx +++ b/ui/src/components/JSONSchemaForm/rjsf/WrapIfAdditionalTemplate.tsx @@ -60,6 +60,7 @@ export default function WrapIfAdditionalTemplate< name={`${id}-key`} onBlur={!readonly ? handleBlur : undefined} type='text' + fontSize='sm' mb={1} />