Skip to content

Commit

Permalink
[deko]Fix button label in bottom sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Dec 17, 2023
1 parent 682bfa4 commit f6537a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pnpm-lock.yaml

/demo-backup
/demo.zip
/demo-backup.zip

# 忽略 demo 相关文件 ignore demo related files
/demo/node_modules
Expand Down
2 changes: 1 addition & 1 deletion demo/src/routes/en_US/bottomSheet/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div>No display</div>
<div>The location still retains as a sliding touch area</div>
<div class="mb-8">
<Button on:click={() => (visible9 = false)}>closure</Button>
<Button on:click={() => (visible9 = false)}>Close</Button>
</div>
</div>
</BottomSheet>
Expand Down

0 comments on commit f6537a9

Please sign in to comment.