File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " www" ,
3- "version" : " 1.14.7 " ,
3+ "version" : " 1.14.8 " ,
44 "module" : " src/index.js" ,
55 "scripts" : {
66 "dev" : " bun run --hot src/index.tsx" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export function ThemeToggle() {
66 x-data = { "themeToggle" }
77 x-on :click = "toggle"
88 class = {
9- "border-2 border-transparent hover:border-foreground p-2 rounded-lg transition-colors"
9+ "border border-transparent hover:border-foreground p-2 rounded-lg transition-colors duration-300 "
1010 }
1111 >
1212 < Icon name = "sun-fill" size = { 6 } x-show = "!darkMode" />
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export function Header() {
7979 { SITE . github && (
8080 < a
8181 title = "Github"
82- class = "border-2 border-transparent hover:border-foreground flex items-center justify-center p-2 rounded-lg transition-colors"
82+ class = "border border-transparent hover:border-foreground flex items-center justify-center p-2 rounded-lg transition-colors duration-300 "
8383 target = "_blank"
8484 href = { "https://github.com/" + SITE . github }
8585 >
You can’t perform that action at this time.
0 commit comments