Skip to content

Commit e8a0746

Browse files
committed
color change
1 parent eac0449 commit e8a0746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

photon-client/src/components/cameras/CameraCalibrationInfoCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ const calibrationImageURL = (index: number) =>
322322
<v-card-actions class="pt-5 pb-0 pr-0" style="justify-content: flex-end">
323323
<v-btn
324324
:variant="theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
325-
color="buttonPassive"
325+
color="primary"
326326
@click="() => (confirmRemoveDialog.show = false)"
327327
>
328328
Cancel

0 commit comments

Comments
 (0)