Skip to content

Commit

Permalink
[AIDAPP-322]: Update pagination background color to use primary color…
Browse files Browse the repository at this point in the history
… set for the portal (#297)

* [AIDAPP-306]: Introduce search result pagination when using the client portal

* chore: fix enforcement of copyright on all files

* chore: fix code style

* Feedback changes resolved

* chore: fix code style

* param name changed

* [AIDAPP-322]: Update pagination background color to use primary color set for the portal

---------

Co-authored-by: kandarp-canyon <kandarp-canyon@users.noreply.github.com>
Co-authored-by: joelicatajr <joelicatajr@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 28, 2024
1 parent 244b065 commit 23fe675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portals/knowledge-management/src/Components/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
class="relative z-10 inline-flex items-center px-4 py-2 text-sm font-semibold focus:z-20"
:class="
page === currentPage
? 'bg-indigo-600 text-white'
? 'bg-primary-500 text-white'
: 'bg-white-500 text-black border border-gray-300'
"
:disabled="page === currentPage"
Expand Down

0 comments on commit 23fe675

Please sign in to comment.