Skip to content

Commit

Permalink
chore(rollback): add gpx / pdf background color #447
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Dec 17, 2024
1 parent a375ab3 commit 3794fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Fields/Field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default defineNuxtComponent({
"
:href="properties[field.field]"
class="d-inline-block pa-2 rounded-lg"
:style="{ color: '#ffffff' }"
:style="{ backgroundColor: colorfill, color: '#ffffff' }"
>
<FontAwesomeIcon icon="arrow-circle-down" />
{{ fieldTranslateK(field.field) }}
Expand Down

0 comments on commit 3794fd2

Please sign in to comment.