quivr/frontend/app/(home)/components/HomeHeader/styles.ts

5 lines
97 B
TypeScript
Raw Normal View History

2023-10-24 14:55:42 +03:00
export const linkStyle = {
white: "text-white hover:text-slate-200",
black: "text-black",
};