🎨 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

@ -311,7 +311,7 @@ export type TInterfaceConfig = {
openNewTab?: boolean;
modalAcceptance?: boolean;
modalTitle?: string;
modalContent?: string | string[];
modalContent?: string;
};
endpointsMenu: boolean;
modelSelect: boolean;