diff --git a/package.json b/package.json index 24ea61a..68db3cb 100644 --- a/package.json +++ b/package.json @@ -95,4 +95,4 @@ "eslint --fix" ] } -} \ No newline at end of file +} diff --git a/src/lib/components/Actions/Button.svelte b/src/lib/components/Actions/Button.svelte index 3c823d7..bf582b8 100644 --- a/src/lib/components/Actions/Button.svelte +++ b/src/lib/components/Actions/Button.svelte @@ -24,7 +24,6 @@ children, class: className, color, - disabled, full = false, glass = false, shape, @@ -37,7 +36,6 @@