Skip to content

Commit

Permalink
Explicitly set underline on links
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Van Dyck committed Nov 29, 2023
1 parent 4037a05 commit e6ba00c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,10 @@
}
},
"default": {
"color": "#0270E0"
"color": "#0270E0",
"styles": {
"text-decoration": "underline"
}
}
}
]
Expand Down

0 comments on commit e6ba00c

Please sign in to comment.