Skip to content

Commit 113d8a6

Browse files
authored
Merge pull request #148 from YAPP-Github/feat/filter-bottom-sheet
2 parents 6697faf + de275aa commit 113d8a6

File tree

14 files changed

+773
-13
lines changed

14 files changed

+773
-13
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@next/third-parties": "^15.4.5",
2222
"@radix-ui/react-alert-dialog": "^1.1.14",
2323
"@radix-ui/react-dialog": "^1.1.14",
24+
"@radix-ui/react-tabs": "^1.1.13",
2425
"@suspensive/react": "^3.3.2",
2526
"@tanstack/react-query": "^5.77.0",
2627
"@tanstack/react-query-devtools": "^5.77.0",

pnpm-lock.yaml

Lines changed: 136 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { style } from "@vanilla-extract/css";
2+
3+
export const bottomSheetContent = style({
4+
paddingInline: "2rem",
5+
});
6+
7+
export const bottomSheetFooter = style({
8+
paddingInline: 0,
9+
});
10+
11+
export const tabsContent = style({
12+
minHeight: "36rem",
13+
});

0 commit comments

Comments
 (0)