Skip to content

Commit

Permalink
Merge branch 'main' into vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar authored Mar 5, 2024
2 parents f856fce + b60e6dc commit f07e824
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;


@layer base {
:root {
Expand Down Expand Up @@ -75,4 +76,5 @@
body {
@apply bg-background text-foreground;
}
}
}

1 change: 1 addition & 0 deletions src/lib/components/Actions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import { faTag, faTrash } from '@fortawesome/free-solid-svg-icons'
import { createEventDispatcher } from 'svelte'
import Fa from 'svelte-fa'
import { Button } from '$lib/components/ui/button'
import { Tooltip, TooltipContent, TooltipTrigger } from './ui/tooltip'
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ const config = {
};

export default config;

0 comments on commit f07e824

Please sign in to comment.