Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Headerのデザインを改善 #49

Merged
merged 2 commits into from
Nov 19, 2024
Merged

feat: Headerのデザインを改善 #49

merged 2 commits into from
Nov 19, 2024

Conversation

r4ai
Copy link
Member

@r4ai r4ai commented Nov 19, 2024

close #48

Summary

This pull request includes changes to the MenuIconButton component and the Header component to improve their styling and layout.

Styling improvements:

Layout improvements:

  • app/routes/header.tsx: Replaced Flex with HStack in the Header component to better align the children elements. Added padding, gap, and backdrop filter properties to the HStack. [1] [2]
  • app/routes/header.tsx: Imported HStack from @chakra-ui/react to support the layout changes in the Header component.

@r4ai r4ai added the enhancement New feature or request label Nov 19, 2024
@r4ai r4ai requested a review from sou1118 November 19, 2024 10:57
@r4ai r4ai self-assigned this Nov 19, 2024
@r4ai r4ai requested a review from 3w36zj6 November 19, 2024 10:58
@r4ai r4ai merged commit d815dff into main Nov 19, 2024
6 checks passed
@r4ai r4ai deleted the feature/issue-48-header branch November 19, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Headerのデザインを改善する
3 participants