Skip to content

Commit

Permalink
fix: use sheet close button (#61)
Browse files Browse the repository at this point in the history
* fix: use sheet close button

* fix: bump elephant-ui @ v0.1.1
  • Loading branch information
gularsson authored Dec 22, 2023
1 parent 66bb88a commit e6b2d85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@protobuf-ts/twirp-transport": "^2.9.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-table": "^8.10.7",
"@ttab/elephant-ui": "^0.1.0",
"@ttab/elephant-ui": "^0.1.1",
"@ttab/textbit": "^0.5.1",
"class-variance-authority": "^0.7.0",
"cookie-parser": "^1.4.6",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Avatar } from './Avatar'

export const AppHeader = (): JSX.Element => {
return (
<header className='justify-end flex border-b pb-3 h-max'>
<header className='justify-end flex border-b pb-[11px] h-max'>
<Avatar />
<Menu />
</header>
Expand Down

0 comments on commit e6b2d85

Please sign in to comment.