diff --git a/apps/metadata-editor/src/app/app.module.ts b/apps/metadata-editor/src/app/app.module.ts index 93a9fc7d21..0df8bf2962 100644 --- a/apps/metadata-editor/src/app/app.module.ts +++ b/apps/metadata-editor/src/app/app.module.ts @@ -72,7 +72,7 @@ export class AppModule { ThemeService.applyCssVariables( getThemeConfig().PRIMARY_COLOR, getThemeConfig().SECONDARY_COLOR, - getThemeConfig().MAIN_COLOR || '#475569', + getThemeConfig().MAIN_COLOR || '#555', getThemeConfig().BACKGROUND_COLOR, getThemeConfig().MAIN_FONT || "'Rubik', sans-serif", getThemeConfig().TITLE_FONT || "'Readex Pro', sans-serif", diff --git a/conf/default.toml b/conf/default.toml index 307c4c72a9..462af0dcd2 100644 --- a/conf/default.toml +++ b/conf/default.toml @@ -41,7 +41,7 @@ proxy_path = "" [theme] primary_color = "#c82850" secondary_color = "#001638" -main_color = "#212029" # All-purpose text color +main_color = "#555" # All-purpose text color background_color = "#fdfbff" # These optional parameters indicate which background should be used for the main header and the text color used diff --git a/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html b/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html index f8a3f1049e..126bef177a 100644 --- a/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +++ b/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html @@ -4,7 +4,7 @@ [title]="organisation.name" >
{{ organisation.name }}
-
+
{{ figure }} {{ unit }}
-
{{ title }}
+
{{ title }}
diff --git a/libs/ui/dataviz/src/lib/figure/figure.component.spec.ts b/libs/ui/dataviz/src/lib/figure/figure.component.spec.ts index 010ef74e0f..b587252eb9 100644 --- a/libs/ui/dataviz/src/lib/figure/figure.component.spec.ts +++ b/libs/ui/dataviz/src/lib/figure/figure.component.spec.ts @@ -60,9 +60,9 @@ describe('FigureComponent', () => { 'bg-primary' ) }) - it('label is main text color', () => { + it('label is black text color', () => { expect(compiled.querySelector('.figure-block')?.className).toContain( - 'text-main' + 'text-black' ) }) it('has a tooltip containing the information', () => { diff --git a/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html b/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html index 440e1ddee3..ee2d778187 100644 --- a/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +++ b/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html @@ -41,19 +41,19 @@ >

record.metadata.updatedOn

-

+

{{ metadata.recordUpdated && metadata.recordUpdated.toLocaleString() }}

record.metadata.updateFrequency

-

+

domain.record.updateFrequency.{{ metadata.updateFrequency }}

record.metadata.updateStatus

-

+

domain.record.status.{{ metadata.status }}

diff --git a/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html b/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html index 9c07e761f8..c70b79eefa 100644 --- a/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +++ b/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html @@ -15,7 +15,7 @@
{{ contact.firstName }} {{ contact.lastName }} -

+

record.was.created.time @@ -55,12 +55,12 @@ >

{{ record.title }}

-

{{ abstract }}

+

{{ abstract }}

{{ record.title }}