main #13

Merged
YasinOnm08 merged 10 commits from React-Group/interstellar_ai:main into main 2024-09-20 15:10:12 +02:00
Showing only changes of commit 3775bbc4c5 - Show all commits

View file

@ -9,11 +9,13 @@ const config: Config = {
theme: {
extend: {
colors: {
background: "var(--background)",
foreground: "var(--foreground)",
'history-background': 'var(--history-background-color)',
'text-color': 'var(--text-color)',
'input-button-hover-color': 'var(--input-button-hover-color)',
},
},
},
plugins: [],
};
export default config;