File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
apps/dashboard/app/(main)/websites/[id]/_components Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515[ ![ Security Scan] ( https://img.shields.io/badge/security-A%2B-green.svg )] ( https://github.com/databuddy-analytics/Databuddy/actions/workflows/security.yml )
1616[ ![ Dependency Status] ( https://img.shields.io/badge/dependencies-up%20to%20date-green.svg )] ( https://github.com/databuddy-analytics/Databuddy/actions/workflows/dependencies.yml )
1717
18+ [ <img alt =" Vercel OSS Program " src =" https://vercel.com/oss/program-badge.svg " />] ( https://vercel.com/oss )
19+
1820[ ![ Discord] ( https://img.shields.io/discord/123456789?label=Discord&logo=discord )] ( https://discord.gg/JTk7a38tCZ )
1921[ ![ GitHub Stars] ( https://img.shields.io/github/stars/databuddy-analytics/Databuddy?style=social )] ( https://github.com/databuddy-analytics/Databuddy/stargazers )
2022[ ![ Twitter] ( https://img.shields.io/twitter/follow/trydatabuddy?style=social )] ( https://twitter.com/trydatabuddy )
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export function AnalyticsToolbar({
113113 ) ;
114114
115115 return (
116- < div className = "flex h-22 flex-col border-b bg-card " >
116+ < div className = "flex h-22 flex-col border-b bg-background " >
117117 < div className = "flex h-12 items-center justify-between border-border border-b pr-4" >
118118 < div className = "flex h-full items-center" >
119119 < Button
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ export function FiltersSection() {
226226 }
227227
228228 return (
229- < div className = "slide-in-from-top-2 animate-in overflow-hidden border-b bg-card duration-300" >
229+ < div className = "slide-in-from-top-2 animate-in overflow-hidden border-b bg-background duration-300" >
230230 { editingFilter && (
231231 < div className = "border-amber-200/50 border-b bg-linear-to-r from-amber-50/80 to-amber-50/40 px-2 py-2 text-amber-900 text-xs sm:px-4 sm:py-3 sm:text-sm" >
232232 < div className = "flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-0" >
You can’t perform that action at this time.
0 commit comments