We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9211e commit 97c9f23Copy full SHA for 97c9f23
.circleci/config.yml
@@ -97,7 +97,6 @@ commands:
97
- run:
98
when: always
99
name: Publish review site
100
- timeout: 15m
101
command: |
102
cp projects/documentation/content/favicon.ico test/visual
103
branch=$(git symbolic-ref --short HEAD)
packages/button/stories/index.ts
@@ -95,7 +95,6 @@ export const makeOverBackground =
95
variant === 'black'
96
? 'rgb(181, 209, 211)'
: 'var(--spectrum-seafoam-900)';
- console.log(variant);
return html`
<div
style="
0 commit comments