Skip to content

Commit

Permalink
Merge pull request #63 from tuzkituan/main
Browse files Browse the repository at this point in the history
v1.2.16
  • Loading branch information
tuzkituan authored Apr 19, 2024
2 parents 57214b3 + e17a80a commit 9923f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/customization/styles/components/avatar.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const base = cva(
},
}
);
const img = cva(["zn-block"], {
const img = cva(["zn-block", "zn-object-cover", "zn-w-full", "zn-h-full"], {
variants: {
size: {
"2xs": ["zn-w-3", "zn-h-3"],
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.15-beta",
"version": "1.2.16-beta",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit 9923f5f

Please sign in to comment.