Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ravimeijerrig committed Nov 11, 2024
1 parent 823e40e commit 12a56ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SubResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defineProps<Props>()
function get_background_color(label: string | undefined) {
if (label === 'nader te bepalen' || label === 'niet van toepassing') {
return 'background-color: vagit pr(--rvo-color-grijs-300)'
return 'background-color: var(--rvo-color-grijs-300)'
}
return 'background-color: var(--rvo-color-hemelblauw-450)'
}
Expand Down

0 comments on commit 12a56ec

Please sign in to comment.