Skip to content

Commit

Permalink
remove hypertext styles from button in fast-components
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Jun 17, 2020
1 parent 71581bd commit ffe0c8a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { SystemColors } from "@microsoft/fast-web-utilities";
import {
AccentButtonStyles,
BaseButtonStyles,
HypertextStyles,
LightweightButtonStyles,
OutlineButtonStyles,
StealthButtonStyles,
Expand All @@ -17,7 +16,6 @@ import {
export const ButtonStyles = css`
${BaseButtonStyles}
${AccentButtonStyles}
${HypertextStyles}
${LightweightButtonStyles}
${OutlineButtonStyles}
${StealthButtonStyles}
Expand Down

0 comments on commit ffe0c8a

Please sign in to comment.