replace orphaned tailwind classes with project CSS
All checks were successful
deploy / deploy (push) Successful in 1m27s
All checks were successful
deploy / deploy (push) Successful in 1m27s
auth pages (login, registration, confirmation, recover) now use setup-page/setup-header/admin-btn-block. theme toggle indicator gets proper CSS. cleaned up dead h-full, size-3.5, ml-2 classes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -928,12 +928,10 @@ defmodule BerrypodWeb.ShopComponents.Content do
|
||||
## Attributes
|
||||
|
||||
* `text` - Required. The title text.
|
||||
* `class` - Optional. Additional CSS classes.
|
||||
|
||||
## Examples
|
||||
|
||||
<.page_title text="Your basket" />
|
||||
<.page_title text="Order History" class="mb-4" />
|
||||
"""
|
||||
attr :text, :string, required: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user