Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmo91 committed Oct 3, 2024
1 parent a9dd362 commit f6f4176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mhmo91/schmancy",
"version": "0.0.259",
"version": "0.0.260",
"description": "UI library build with web components",
"main": "./dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/surface/surface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class SchmancySurface extends TailwindElement(css`
'rounded-b-[8px]': this.rounded === 'bottom',
'rounded-[8px]': this.rounded === 'all',

'w-full h-full overflow-auto': this.fill,
'w-full h-full': this.fill,
'shadow-1': this.elevation === 1,
'shadow-2': this.elevation === 2,
'shadow-3': this.elevation === 3,
Expand Down

0 comments on commit f6f4176

Please sign in to comment.