Skip to content

Commit

Permalink
Merge pull request #219 from mgcam/light_well_button
Browse files Browse the repository at this point in the history
Switched to light theme for the well button
  • Loading branch information
mgcam authored Apr 5, 2024
2 parents f23828c + a2ed838 commit 7af0b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/WellTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defineEmits(['wellSelected'])
:content="'<span>'.concat(listStudiesForTooltip(wellObj.study_names)).concat('</span>')"
raw-content
>
<el-button
<el-button plain
:type="wellObj.study_names.includes(studyNameHighlight) ? 'warning' : 'info'"
v-on:click="$emit('wellSelected', { idProduct: wellObj.id_product })"
>
Expand Down

0 comments on commit 7af0b49

Please sign in to comment.