forked from React-Group/interstellar_ai
Last commit before tailwind testing
This commit is contained in:
parent
89b3b824c7
commit
3775bbc4c5
1 changed files with 4 additions and 2 deletions
|
@ -9,11 +9,13 @@ const config: Config = {
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
background: "var(--background)",
|
'history-background': 'var(--history-background-color)',
|
||||||
foreground: "var(--foreground)",
|
'text-color': 'var(--text-color)',
|
||||||
|
'input-button-hover-color': 'var(--input-button-hover-color)',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|
Loading…
Reference in a new issue