We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac0449 commit e8a0746Copy full SHA for e8a0746
photon-client/src/components/cameras/CameraCalibrationInfoCard.vue
@@ -322,7 +322,7 @@ const calibrationImageURL = (index: number) =>
322
<v-card-actions class="pt-5 pb-0 pr-0" style="justify-content: flex-end">
323
<v-btn
324
:variant="theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
325
- color="buttonPassive"
+ color="primary"
326
@click="() => (confirmRemoveDialog.show = false)"
327
>
328
Cancel
0 commit comments