We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d008e commit 69e319dCopy full SHA for 69e319d
README.md
@@ -91,12 +91,12 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
91
<% end %>
92
93
<!-- Outline button with color -->
94
-<%= render Flowbite::Button::Outline.new(style: :blue) do %>
+<%= render Flowbite::Button::Outline.new(style: :success) do %>
95
Outline Button
96
97
98
<!-- Pill button -->
99
-<%= render Flowbite::Button::Pill.new(style: :green) do %>
+<%= render Flowbite::Button::Pill.new(style: :danger) do %>
100
Pill Button
101
102
```
0 commit comments