Skip to content

Commit

Permalink
Fix UIText text color being fixed color
Browse files Browse the repository at this point in the history
Removed the `color` parameter from the css `.nrdb-ui-text`. This allows the color to be automatic depending on background
  • Loading branch information
Artur Vieira committed Apr 28, 2024
1 parent 21e9060 commit 7ecaa73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/widgets/ui-text/UIText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default {
flex-direction: row;
gap: 2px;
font-size: 1rem;
color: #717171;
font-family: Helvetica;
}
.nrdb-ui-text-value {
Expand Down

0 comments on commit 7ecaa73

Please sign in to comment.