mirror of
https://github.com/lukin/keywind.git
synced 2025-01-25 08:46:27 +00:00
Update alert.ftl
Revert changes to div padding
This commit is contained in:
parent
d8eb1d5f1d
commit
685b17cfd1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<#assign colorClass="bg-blue-100 text-blue-600 dark:bg-blue-200 dark:text-blue-700">
|
||||
</#switch>
|
||||
|
||||
<div class="${colorClass} px-4 py-3 rounded-lg text-sm" role="alert">
|
||||
<div class="${colorClass} p-4 rounded-lg text-sm" role="alert">
|
||||
<#nested>
|
||||
</div>
|
||||
</#macro>
|
||||
|
|
Loading…
Reference in a new issue