Skip to content

Commit

Permalink
v1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisnguyen2804 committed Apr 19, 2024
1 parent 3faf930 commit eacde90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion lib/customization/styles/components/menu.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ const item = cva([
"zn-text-sm",
"zn-font-medium",
"zn-flex",
"zn-items-center",
"zn-gap-2",
]);
const itemIcon = cva([]);
const itemIcon = cva([
"zn-flex",
"zn-items-center",
"zn-justify-center"
]);
const arrow = cva([]);
const menuStyles = {
base,
Expand Down
1 change: 0 additions & 1 deletion lib/customization/styles/components/modal.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const backdrop = cva([
"zn-w-full",
"zn-h-full",
"zn-p-12",
// "backdrop-blur-sm",
]);
const container = cva(
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeni-ui",
"private": false,
"version": "1.2.13-beta",
"version": "1.2.14-beta",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit eacde90

Please sign in to comment.