Skip to content

Commit

Permalink
fix messed up tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
phernandez committed Oct 12, 2024
1 parent 9d1596f commit 5cf0a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const defaultTheme = require("tailwindcss/defaultTheme");

module.exports = {
darkMode: "selector",
content: ["./templates/**/*.html", "./static/**/*.js"],
content: ["./templates/**/*.html", "./**/*.jinja", "./static/**/*.js"],
plugins: [require("@tailwindcss/forms")],
theme: {
extend: {
Expand Down
2 changes: 1 addition & 1 deletion web/templates/pages/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
current_user
#}
<Admin page_title="Dashboard" :current_user="{{ current_user }}">
<div class="py-6 pl-2 pr-2">
<div class="p-2 py-6">
<h1 class="pl-2 pt-2 text-lg font-semibold leading-6 text-gray-900 dark:text-gray-200">
Dashboard
</h1>
Expand Down

0 comments on commit 5cf0a9b

Please sign in to comment.