Skip to content

Commit

Permalink
fix: make Picker build again
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd authored and GarthDB committed Dec 1, 2020
1 parent eddb3f5 commit dc541b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/picker/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ governing permissions and limitations under the License.
filter: color;
replace: --spectrum-picker$1;
}
@remapvars {
find: /--spectrum-picker-quiet-m(.*)/;
filter: color;
replace: --spectrum-picker-quiet$1;
}
}

.spectrum-Picker {
Expand Down

0 comments on commit dc541b9

Please sign in to comment.