Merge branch 'refactor/ui' of https://github.com/hoppscotch/hoppscotch into refactor/ui

This commit is contained in:
Liyas Thomas
2021-07-06 18:13:49 +00:00
committed by GitHub
5 changed files with 52 additions and 55 deletions

View File

@@ -92,14 +92,6 @@ export default {
.hexPolygonResolution(3)
.hexPolygonMargin(0.5)
.hexPolygonColor(() => `#aaaaaa`)
// labels layer
// .labelsData(this.labelsData)
// .labelLat("lat")
// .labelLng("lng")
// .labelText("text")
// .labelColor("color")
// .labelSize(1.5)
// .labelDotRadius(0.5)
// labels layer
.labelsData(this.labelsData)

View File

@@ -20,7 +20,6 @@
@apply bg-primaryDark;
@apply text-secondary;
@apply font-mono;
@apply border border-divider;
}