Skip to content

Commit

Permalink
fix: remove hypertext styles from button
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Jun 17, 2020
1 parent 35e67bb commit 71581bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
accentForegroundHoverBehavior,
accentForegroundRestBehavior,
BaseButtonStyles,
HypertextStyles,
LightweightButtonStyles,
neutralFillActiveBehavior,
neutralFillFocusBehavior,
Expand All @@ -37,7 +36,6 @@ import {
export const ButtonStyles = css`
${BaseButtonStyles}
${AccentButtonStyles}
${HypertextStyles}
${LightweightButtonStyles}
${OutlineButtonStyles}
${StealthButtonStyles}
Expand Down

0 comments on commit 71581bd

Please sign in to comment.