diff --git a/ui/desktop/src/styles/main.css b/ui/desktop/src/styles/main.css index 3d9b1444..242162d3 100644 --- a/ui/desktop/src/styles/main.css +++ b/ui/desktop/src/styles/main.css @@ -2,8 +2,8 @@ @import 'tw-animate-css'; @plugin '@tailwindcss/typography'; -@source './index.html'; -@source './src/**/*.{js,ts,jsx,tsx}'; +@source '../../index.html'; +@source '../**/*.{js,ts,jsx,tsx}'; @theme { --breakpoint-md: 930px;