Update the values for the primary css classes.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
hx-target="#update-drawer-content"
|
||||
data-drawer-target="drawer-update-article"
|
||||
data-drawer-show="drawer-update-article"
|
||||
class="py-2 px-3 flex items-center text-sm font-medium text-center text-white bg-primary-700 rounded-lg hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800">
|
||||
class="py-2 px-3 flex items-center text-sm font-medium text-center text-white bg-[#1d4ed8] rounded-lg hover:bg-[#1e40af] focus:ring-4 focus:outline-none focus:ring-[#93c5fd] dark:bg-[#2563eb] dark:hover:bg-[#1d4ed8] dark:focus:ring-[#1e40af]">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 mr-2 -ml-0.5" viewbox="0 0 20 20" fill="currentColor" aria-hidden="true">
|
||||
<path d="M17.414 2.586a2 2 0 00-2.828 0L7 10.172V13h2.828l7.586-7.586a2 2 0 000-2.828z" />
|
||||
<path fill-rule="evenodd" d="M2 6a2 2 0 012-2h4a1 1 0 010 2H4v10h10v-4a1 1 0 112 0v4a2 2 0 01-2 2H4a2 2 0 01-2-2V6z" clip-rule="evenodd" />
|
||||
|
||||
Reference in New Issue
Block a user