Skip to content

Commit

Permalink
fixup! メッセージ入力欄のデザイン変更
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakawaTakuya committed Oct 27, 2024
1 parent 7582e90 commit 2a6c784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Header() {
<header className={styles.header}>
<div className={styles.navigationContainer}>
<nav className={styles.navigation}>
<span className={styles.logo}>What&apos;s up?</span>
<span className={styles.logo}>What&apos;s up!</span>
<span className={styles.userNumber}>users</span>
<div
className={styles.logoutButton}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/SendForm/SendForm.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.textField {
margin-right: 5px;
margin: 5px 0 0 0;
> div {
height: 45px;
background: white;
Expand Down

0 comments on commit 2a6c784

Please sign in to comment.