Skip to content

Commit

Permalink
refactor(docs): major refactor and configure theme (#447)
Browse files Browse the repository at this point in the history
* refactor: themetogglebutton

* chore: prepare design system color scheme

* refactor: default theme and dont shadow

* chore: add some colors atleast

* fix: linter

* chore: swap base

* chore: delete index.css

* refactor: simplify

* chore: remove unused

* chore: more unused removed

* fix: use correct button text color on website banner (#450)

* chore: remove comment

* chore: that's no longer needed

* refactor: using path instead of passing prop

* fix: bug

* chore: version bumps

* chore: apply #449

* fix: css fixes and brought back the SidebarToggle functionality (#453)

* fix: remove unnecessary underlines in components on landing page (#455)

* chore: styling changes on docs (#448)

* fix: round t3 logo on website and docs (#456)

* fix: fix theme flashing

* chore: force light

* chore: might as well inline that

Co-authored-by: Tim <61044138+Coyenn@users.noreply.github.com>
Co-authored-by: Gabriel De Andrade <30420087+gabrielelpidio@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 16, 2022
1 parent ee27f73 commit 1d8e059
Show file tree
Hide file tree
Showing 28 changed files with 453 additions and 777 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-turbo": "^0.0.3",
"eslint-plugin-astro": "^0.17.1",
"eslint-plugin-astro": "^0.19.0",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.0",
Expand Down
Loading

1 comment on commit 1d8e059

@vercel
Copy link

@vercel vercel bot commented on 1d8e059 Sep 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

create-t3-app – ./

create-t3-app-git-main-t3-oss.vercel.app
create-t3-app-nu.vercel.app
create-t3-app-t3-oss.vercel.app

Please sign in to comment.