Skip to content

Commit b851ddc

Browse files
committed
bump 📦
1 parent dc70e52 commit b851ddc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sileo",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "An opinionated, physics based toast notification library for react.",
55
"license": "MIT",
66
"repository": {

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export const HEIGHT = 40;
44
export const WIDTH = 350;
5-
export const DEFAULT_ROUNDNESS = 18;
5+
export const DEFAULT_ROUNDNESS = 16;
66

77
/* --------------------------------- Timing --------------------------------- */
88

0 commit comments

Comments
 (0)