From 1b611480ce40c6fd0d12911b581427e340304844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kau=C3=AA=20Fraga=20Rodrigues?= <88486000+kauefraga@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:23:30 -0300 Subject: [PATCH] frontend: add listify colors in tailwind config --- apps/frontend/src/components/list-item.tsx | 2 +- apps/frontend/src/pages/root.tsx | 2 +- apps/frontend/tailwind.config.ts | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/frontend/src/components/list-item.tsx b/apps/frontend/src/components/list-item.tsx index d6ab190..671d86f 100644 --- a/apps/frontend/src/components/list-item.tsx +++ b/apps/frontend/src/components/list-item.tsx @@ -8,7 +8,7 @@ interface ListItemProps { export function ListItem({ list }: ListItemProps) { return ( -
  • +
  • {list.name}