From 367ca0380c522e05cd36b54ae96846eca5753c7a Mon Sep 17 00:00:00 2001 From: Joxit Date: Thu, 5 Jan 2023 22:29:37 +0100 Subject: [PATCH] feat(theme): add support for custom themes --- src/components/docker-registry-ui.riot | 15 ++++++++-- src/components/tag-history/tag-history.riot | 5 ++-- .../tag-list/copy-to-clipboard.riot | 6 ++-- src/components/tag-list/remove-image.riot | 6 ++-- .../tag-list/tag-history-button.riot | 6 ++-- src/components/tag-list/tag-list.riot | 6 ++-- src/scripts/theme.js | 29 +++++++++++++++++++ src/style.scss | 25 +++++++--------- 8 files changed, 67 insertions(+), 31 deletions(-) create mode 100644 src/scripts/theme.js diff --git a/src/components/docker-registry-ui.riot b/src/components/docker-registry-ui.riot index 35baadd..e6cbefb 100644 --- a/src/components/docker-registry-ui.riot +++ b/src/components/docker-registry-ui.riot @@ -41,7 +41,7 @@ along with this program. If not, see . filter-results="{ state.filter }" on-authentication="{ onAuthentication }" show-catalog-nb-tags="{ truthy(props.showCatalogNbTags) }" - /> + > .