From 040b7b91fc8167db3592cfe1d8e9eced9a685fd3 Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Wed, 29 Apr 2026 11:25:05 -0700 Subject: [PATCH] Task/reset background color of paginators (#6800) * Reset background color of paginators * Hide page size * Update changelog --------- Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> --- CHANGELOG.md | 1 + .../admin-market-data/admin-market-data.html | 1 + .../src/app/components/admin-users/admin-users.html | 1 + apps/client/src/styles.scss | 13 ------------- apps/client/src/styles/theme.scss | 6 ++++++ .../activities-table.component.html | 1 + .../holdings-table/holdings-table.component.html | 2 +- .../lib/top-holdings/top-holdings.component.html | 2 +- 8 files changed, 12 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d78c31053..48e598492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Modernized the layout of the overview tab in the admin control panel +- Improved the styling of the paginator across various table components ### Fixed diff --git a/apps/client/src/app/components/admin-market-data/admin-market-data.html b/apps/client/src/app/components/admin-market-data/admin-market-data.html index 28745300d..23615969b 100644 --- a/apps/client/src/app/components/admin-market-data/admin-market-data.html +++ b/apps/client/src/app/components/admin-market-data/admin-market-data.html @@ -309,6 +309,7 @@ + @if (isLoading()) { - + @if (isLoading) {