Skip to content

Commit

Permalink
🐛 Action Button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Aug 13, 2020
1 parent 74bebfb commit 7e9fd97
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,9 @@ export const OpenAPIBlock = ({ specUrl }) => {
border-radius: var(--spectrum-actionbutton-border-radius, var(--spectrum-alias-border-radius-regular));
font-size: var(--spectrum-actionbutton-text-size, var(--spectrum-alias-font-size-default));
font-weight: var(--spectrum-actionbutton-text-font-weight, var(--spectrum-alias-body-text-font-weight));
border-color: var(--spectrum-actionbutton-border-color, var(--spectrum-alias-border-color));
background-color: black;
color: var(--spectrum-global-color-gray-50, var(--spectrum-global-color-gray-75));
background-color: rgb(47, 47, 47);
border-color: rgb(90, 90, 90);
color: rgb(227, 227, 227);
}
h1 {
Expand Down

0 comments on commit 7e9fd97

Please sign in to comment.