mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-12 01:46:19 +00:00
update default button colors
This commit is contained in:
committed by
Guy Ben-Aharon
parent
7928705f18
commit
b45b61492e
@@ -37,6 +37,10 @@ export interface DialogContext {
|
||||
params: Omit<TableSchemaDialogProps, 'dialog'>
|
||||
) => void;
|
||||
closeTableSchemaDialog: () => void;
|
||||
|
||||
// Star us dialog
|
||||
openStarUsDialog: () => void;
|
||||
closeStarUsDialog: () => void;
|
||||
}
|
||||
|
||||
export const dialogContext = createContext<DialogContext>({
|
||||
@@ -54,4 +58,6 @@ export const dialogContext = createContext<DialogContext>({
|
||||
closeImportDatabaseDialog: emptyFn,
|
||||
openTableSchemaDialog: emptyFn,
|
||||
closeTableSchemaDialog: emptyFn,
|
||||
openStarUsDialog: emptyFn,
|
||||
closeStarUsDialog: emptyFn,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user