🐞 fix: Adjust button styles to match prompt cards

This commit is contained in:
Keith Solomon
2025-07-16 10:42:02 -05:00
parent 6b6ba2ea4f
commit d7e99e2c5b

View File

@@ -7,13 +7,13 @@
<ul class="space-y-2"> <ul class="space-y-2">
<li> <li>
<button class="w-full text-left text-gray-900 px-3 py-2 rounded bg-gray-300 hover:bg-gray-100"> <button class="w-full text-left bg-blue-100 text-blue-700 px-3 py-2 rounded hover:bg-blue-200">
System System
</button> </button>
</li> </li>
<li> <li>
<button class="w-full text-left text-gray-900 px-3 py-2 rounded bg-gray-300 hover:bg-gray-100"> <button class="w-full text-left bg-green-100 text-green-700 px-3 py-2 rounded hover:bg-green-200">
Task Task
</button> </button>
</li> </li>