Skip to content

Commit

Permalink
fix failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmmcken committed Jan 12, 2024
1 parent c53e908 commit da567a7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ button[class^='spectrum-Button'] {
/* center the text vertically, we have different font, it requires different centering */
padding-bottom: calc(var(--spectrum-global-dimension-size-50) - 1px);
padding-top: calc(var(--spectrum-global-dimension-size-50));
}

svg {
/* our icons are smaller, center them too */
padding-bottom: 2px;
}
button[class^='spectrum-Button'] svg {
/* our icons are smaller, center them too */
padding-bottom: 2px;
}

span[class^='spectrum-Checkbox-label'],
Expand Down

0 comments on commit da567a7

Please sign in to comment.