Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix: #524 updated action appearance (#678)
Browse files Browse the repository at this point in the history
* #524 updated action appearance

* reverting "stupid" text hehe
  • Loading branch information
kat10140 authored Dec 20, 2019
1 parent 1280a60 commit b471baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const createAttributes: () => Attributes = () => [
}
];

const action = `<calcite-action slot="secondaryAction" label="click-me" onClick="console.log('clicked');">
const action = `<calcite-action slot="secondaryAction" label="click-me" onClick="console.log('clicked');" appearance="clear">
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<circle cx="7" cy="7" r="7" fill="#f689d8" />
</svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const createAttributes: () => Attributes = () => [
}
];

const action = `<calcite-action slot="secondaryAction" label="click-me" onClick="console.log('clicked');">
const action = `<calcite-action slot="secondaryAction" label="click-me" onClick="console.log('clicked');" appearance="clear">
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<circle cx="7" cy="7" r="7" fill="#f689d8" />
</svg>
Expand Down

0 comments on commit b471baa

Please sign in to comment.