mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 18:52:12 +03:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
export const linkStyle = {
|
|
white: "text-white hover:text-slate-200",
|
|
black: "text-black",
|
|
};
|