Skip to content

Commit

Permalink
Fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adriandelgg committed Feb 21, 2022
1 parent 3bb72f2 commit 0aad669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

body {
font-family: 'Roboto', sans-serif;
/* height: 100%; */
@apply bg-gray-50 dark:bg-gray-800 dark:text-indigo-50;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-ether-dapp",
"description": "A template for building Full-Stack Blockchain Dapps using Next.js (React), TypeScript, Tailwind CSS, Hardhat, Solidity, and many more!",
"version": "1.1.64",
"version": "1.1.65",
"author": "Adrian Delgado",
"license": "MIT",
"bin": "./bin/index.js",
Expand Down

0 comments on commit 0aad669

Please sign in to comment.