mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 03:54:23 +01:00
🎨 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:
parent
d096c281ba
commit
42b7373ddc
6 changed files with 24 additions and 19 deletions
|
|
@ -311,7 +311,7 @@ export type TInterfaceConfig = {
|
|||
openNewTab?: boolean;
|
||||
modalAcceptance?: boolean;
|
||||
modalTitle?: string;
|
||||
modalContent?: string | string[];
|
||||
modalContent?: string;
|
||||
};
|
||||
endpointsMenu: boolean;
|
||||
modelSelect: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue