Skip to content

Commit

Permalink
Removed Gradient Hover from Outline Button variant
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Jan 1, 2024
1 parent d1101f2 commit 69d183b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 2 additions & 5 deletions src/theme/components/Button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 69d183b

Please sign in to comment.