diff --git a/package.json b/package.json index fe91360..856ff19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raidguild/design-system", - "version": "0.5.6", + "version": "0.5.7", "license": "MIT", "author": "Raid Guild", "main": "./dist/src/index.js", diff --git a/src/theme/components/Button.ts b/src/theme/components/Button.ts index 061a3ae..fe2b169 100644 --- a/src/theme/components/Button.ts +++ b/src/theme/components/Button.ts @@ -51,11 +51,8 @@ const Button = { borderRadius: '2px', color: 'purple.500', _hover: { - borderImageSlice: 1, - borderImageSource: 'linear-gradient(96deg, #FF3864 0%, #8B1DBA 71.35%)', - background: 'linear-gradient(96deg, #FF3864 0%, #8B1DBA 71.35%)', - color: 'transparent', - backgroundClip: 'text', + bg: 'transparent', + color: 'primary.500', }, }, gradientOutline: {