app/views/bs5/examples/badge/pill/snippet.html.erb in bs5-0.0.19 vs app/views/bs5/examples/badge/pill/snippet.html.erb in bs5-0.0.20
- old
+ new
@@ -1,8 +1,8 @@
-<%= bs5_badge(text: 'Primary', style: :primary, pill: true) %>
-<%= bs5_badge(text: 'Secondary', style: :secondary, pill: true) %>
-<%= bs5_badge(text: 'Sucess', style: :success, pill: true) %>
-<%= bs5_badge(text: 'Danger', style: :danger, pill: true) %>
-<%= bs5_badge(text: 'Warning', style: :warning, pill: true) %>
-<%= bs5_badge(text: 'Info', style: :info, pill: true) %>
-<%= bs5_badge(text: 'Light', style: :light, pill: true) %>
-<%= bs5_badge(text: 'Dark', style: :dark, pill: true) %>
+<%= bs5_badge(text: 'Primary', color: :primary, pill: true) %>
+<%= bs5_badge(text: 'Secondary', color: :secondary, pill: true) %>
+<%= bs5_badge(text: 'Sucess', color: :success, pill: true) %>
+<%= bs5_badge(text: 'Danger', color: :danger, pill: true) %>
+<%= bs5_badge(text: 'Warning', color: :warning, pill: true) %>
+<%= bs5_badge(text: 'Info', color: :info, pill: true) %>
+<%= bs5_badge(text: 'Light', color: :light, pill: true) %>
+<%= bs5_badge(text: 'Dark', color: :dark, pill: true) %>
\ No newline at end of file