Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmo91 committed Oct 2, 2024
1 parent 1279a97 commit 1f13438
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.257",
"version": "0.0.258",
"description": "UI library build with web components",
"main": "./dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/list/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class List extends TailwindElement(css`
*/
@provide({ context: SchmancyListTypeContext })
@property()
surface: TSurfaceColor = 'container'
surface: TSurfaceColor

render() {
return html`
Expand Down

0 comments on commit 1f13438

Please sign in to comment.