Skip to content

Commit

Permalink
primary fill sp button added
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Dec 18, 2024
1 parent a5b8919 commit 2297cba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions studio/src/rte/rte-link-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ export class RteLinkEditor extends LitElement {
variant="accent"
>Accent</sp-button
>
<sp-button
@click=${() => (this.variant = 'primary')}
class=${classMap({
selected: this.variant === 'primary',
})}
variant="primary"
>Primary</sp-button
>
<sp-button
@click=${() => (this.variant = 'primary-outline')}
class=${classMap({
Expand Down

0 comments on commit 2297cba

Please sign in to comment.