diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-16 00:54:23 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-16 00:54:23 +0200 |
commit | dac8e0f3a723a43013d6412def50ca04e7976b1f (patch) | |
tree | c109430689ac9099fe348da25a982f0f6c2c096c /frontend/src/app/_elements/_charts/line-chart | |
parent | 15cde428aa51c9eccef1caa61587965c0561a468 (diff) |
Promenjen font i naziv arhive.
Diffstat (limited to 'frontend/src/app/_elements/_charts/line-chart')
-rw-r--r-- | frontend/src/app/_elements/_charts/line-chart/line-chart.component.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/app/_elements/_charts/line-chart/line-chart.component.css b/frontend/src/app/_elements/_charts/line-chart/line-chart.component.css index a190693a..35c7c8d5 100644 --- a/frontend/src/app/_elements/_charts/line-chart/line-chart.component.css +++ b/frontend/src/app/_elements/_charts/line-chart/line-chart.component.css @@ -6,4 +6,5 @@ canvas{ background-color: var(--ns-bg-dark-100); border-radius: 5px; margin: 10px; + font-size: 10px !important; }
\ No newline at end of file |