Skip to content

Commit

Permalink
fix: remove background-color on field # 415
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Nov 5, 2024
1 parent 69d007b commit d9e25aa
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="{ backgroundColor: colorfill, color: '#ffffff' }"
:style="{ color: '#ffffff' }"
>
<FontAwesomeIcon icon="arrow-circle-down" />
{{ fieldTranslateK(field.field) }}
Expand Down

0 comments on commit d9e25aa

Please sign in to comment.