Skip to content

Commit 69e319d

Browse files
committed
Update README examples for Flowbite 4
The color style names were replaced in flowbite-components v0.1.4 with the Flowbite 4 style semantic names.
1 parent d9d008e commit 69e319d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
9191
<% end %>
9292
9393
<!-- Outline button with color -->
94-
<%= render Flowbite::Button::Outline.new(style: :blue) do %>
94+
<%= render Flowbite::Button::Outline.new(style: :success) do %>
9595
Outline Button
9696
<% end %>
9797
9898
<!-- Pill button -->
99-
<%= render Flowbite::Button::Pill.new(style: :green) do %>
99+
<%= render Flowbite::Button::Pill.new(style: :danger) do %>
100100
Pill Button
101101
<% end %>
102102
```

0 commit comments

Comments
 (0)