Skip to content

Commit

Permalink
🚧 bun run test
Browse files Browse the repository at this point in the history
  • Loading branch information
ROTO0504 committed Nov 7, 2024
1 parent 6818830 commit be38621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!doctype html>
<html lang="ja">
<head prefix="og: https://ogp.me/ns#">
<head prefix="og: https://ogp.me/ns#">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
Expand Down
6 changes: 3 additions & 3 deletions src/components/sva/contactField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const svaContactField = sva({
},
textarea: {
p: "2",
bg: "white.0",
bg: "white",
height: "200px",
rounded: "md",
shadow: "md",
Expand All @@ -33,15 +33,15 @@ export const svaContactField = sva({
},
select: {
p: "2",
bg: "white.0",
bg: "white",
border: "1px solid",
rounded: "md",
shadow: "md",
duration: "200ms",
},
input: {
p: "2",
bg: "white.0",
bg: "white",
rounded: "md",
shadow: "md",
width: "100%",
Expand Down

0 comments on commit be38621

Please sign in to comment.