Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
fix: ホバーは最初つけていましたが、soundが出ることと、スマホでのタップであるため、削除しました。
Browse files Browse the repository at this point in the history
  • Loading branch information
Sea10wood committed Aug 10, 2024
1 parent d050219 commit 6bdf3ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion src/components/responsive/homePC/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { DefaultButton } from "../../ui/Button";
import TextButton from "../../ui/TextButton";
import styles from "./index.module.css";
Expand Down
6 changes: 0 additions & 6 deletions src/components/ui/Button/index.module.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
.button-style {
border-width: 0;

&:hover {
&:not([disabled]) {
scale: 1.2;
}
}

&[data-size="sm"] {
padding: 4px 8px;
font-size: 12px;
Expand Down
3 changes: 1 addition & 2 deletions src/pages/home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { useEffect, useState } from "react";
import { device } from "../../utils/device";
import HomePC from "../../components/responsive/homePC";
import HomeSP from "../../components/responsive/homeSP";

import { device } from "../../utils/device";

function Home() {
const [isPcScreen, setIsPcScreen] = useState(
Expand Down

0 comments on commit 6bdf3ac

Please sign in to comment.