🎨 fix: Terms and Conditions Modal Styling (#4169)

* fix: modal styling issue, where buttons in light mode are not accessible/visible

* refactor: use MarkdownLite instead

* chore: make inner content accessible
This commit is contained in:
Danny Avila 2024-09-20 18:33:56 -04:00 committed by GitHub
parent d096c281ba
commit 42b7373ddc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 24 additions and 19 deletions

View file

@ -76,7 +76,7 @@ const SaveAsPresetDialog = ({ open, onOpenChange, preset }: TEditPresetProps) =>
aria-label={localize('com_endpoint_preset_name')}
className={cn(
defaultTextProps,
'flex h-10 max-h-10 w-full resize-none border-gray-100 px-3 py-2 dark:border-gray-600',
'flex h-10 max-h-10 w-full resize-none border-border-medium px-3 py-2 ',
removeFocusOutlines,
)}
/>