From 1f1343855278c909333d69702972f32aebbced8e Mon Sep 17 00:00:00 2001
From: mhmo91 <eng.mhmo91@gmail.com>
Date: Wed, 2 Oct 2024 10:35:14 +0200
Subject: [PATCH] .

---
 package.json     | 2 +-
 src/list/list.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 8a0dd85..e2ced9f 100644
--- a/package.json
+++ b/package.json
@@ -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": {
diff --git a/src/list/list.ts b/src/list/list.ts
index d3488af..f0071f3 100644
--- a/src/list/list.ts
+++ b/src/list/list.ts
@@ -24,7 +24,7 @@ export class List extends TailwindElement(css`
 	 */
 	@provide({ context: SchmancyListTypeContext })
 	@property()
-	surface: TSurfaceColor = 'container'
+	surface: TSurfaceColor
 
 	render() {
 		return html`