Skip to content

Commit

Permalink
fix: remove Button font-weight hack
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd authored and GarthDB committed Dec 1, 2020
1 parent 14e82d7 commit 5261e40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/button/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ governing permissions and limitations under the License.

/* Adjust padding to make things look right */
--spectrum-button-padding-y: calc(var(--spectrum-button-primary-text-padding-top) - 1px);

/* todo: remove when fixed in DNA */
--spectrum-button-primary-text-font-weight: var(--spectrum-global-font-weight-bold);
}

.spectrum-Button {
Expand Down

0 comments on commit 5261e40

Please sign in to comment.