Skip to content

Commit

Permalink
Feat(web-twig): Introduce Plain Button #DS-1454
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Nov 19, 2024
1 parent 81d8255 commit 3a41dee
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 @@ -6,7 +6,7 @@
{% block content %}

{% set colors = [
'primary', 'secondary', 'tertiary', 'success', 'informative', 'warning', 'danger'
'primary', 'secondary', 'tertiary', 'plain', 'success', 'informative', 'warning', 'danger'
] %}
{% set sizes = [ 'small', 'medium', 'large' ] %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block content %}

{% set colors = [
'primary', 'secondary', 'tertiary', 'success', 'informative', 'warning', 'danger'
'primary', 'secondary', 'tertiary', 'plain', 'success', 'informative', 'warning', 'danger'
] %}
{% set sizes = [ 'small', 'medium', 'large' ] %}

Expand Down

0 comments on commit 3a41dee

Please sign in to comment.