format codebase with prettier
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
type Theme = {
|
||||
chatBot: string,
|
||||
primeFg: string,
|
||||
primeBg: string,
|
||||
messageBorderBg: string,
|
||||
placeholderBg: string,
|
||||
calenderBg: string,
|
||||
confirmButton: string,
|
||||
rejectButton: string,
|
||||
disabledButton: string,
|
||||
buttonText: string,
|
||||
textSecondary: string,
|
||||
textMuted: string,
|
||||
}
|
||||
chatBot: string;
|
||||
primeFg: string;
|
||||
primeBg: string;
|
||||
messageBorderBg: string;
|
||||
placeholderBg: string;
|
||||
calenderBg: string;
|
||||
confirmButton: string;
|
||||
rejectButton: string;
|
||||
disabledButton: string;
|
||||
buttonText: string;
|
||||
textSecondary: string;
|
||||
textMuted: string;
|
||||
};
|
||||
|
||||
const defaultLight: Theme = {
|
||||
chatBot: "#DE6C20",
|
||||
@@ -26,7 +26,7 @@ const defaultLight: Theme = {
|
||||
buttonText: "#fff",
|
||||
textSecondary: "#666",
|
||||
textMuted: "#888",
|
||||
}
|
||||
};
|
||||
|
||||
let currentTheme: Theme = defaultLight;
|
||||
export default currentTheme;
|
||||
|
||||
Reference in New Issue
Block a user