feat: Better sidebar

This commit is contained in:
bracesproul
2025-03-06 15:58:02 -08:00
parent 93544680c6
commit 06062c361d
5 changed files with 132 additions and 34 deletions

View File

@@ -1,7 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ["class"],
content: ["./index.html", "./src/**/*.{ts,tsx,js,jsx}"],
content: [
"./index.html",
"./src/**/*.{ts,tsx,js,jsx}",
"./agent/**/*.{ts,tsx,js,jsx}",
],
theme: {
extend: {
borderRadius: {