Skip to content

Commit 3765e0c

Browse files
author
Yeliazar
committed
updated and customized Vector page
1 parent 1f7dc9f commit 3765e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Maps/Amcharts/Amcharts.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h1 class="m-0 mb-sm">Vector <span class="fw-semi-bold">Maps</span></h1>
66
<p class="page-title fs-sm m-0">
77
<span class="fw-semi-bold">1 656 843</span>
8-
<span class="ml-xs circle bg-info"><i class="text-white fa fa-circle"/></span>
8+
<span class="ml-xs circle bg-primary"><i class="text-white fa fa-circle"/></span>
99
</p>
1010
</header>
1111
</div>
@@ -20,7 +20,7 @@
2020
export default {
2121
name: 'AmchartsMap',
2222
mounted() {
23-
let infoColor = this.appConfig.colors.info;
23+
let infoColor = this.appConfig.colors.primary;
2424
let map = am4core.create(this.$refs.chartdiv, am4maps.MapChart);
2525
map.geodata = am4geodata_worldLow;
2626
map.projection = new am4maps.projections.Miller();

0 commit comments

Comments
 (0)