Skip to content

Commit

Permalink
modified tailwind.config for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirKakavand committed Aug 2, 2024
1 parent 3d6fcf6 commit 1af5da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config: Config = {
"./components/**/*.{js,ts,jsx,tsx,mdx}",
"./app/**/*.{js,ts,jsx,tsx,mdx}",
],
darkMode: "class",
theme: {
extend: {
backgroundImage: {
Expand Down

0 comments on commit 1af5da4

Please sign in to comment.