Skip to content

Commit 750e8b9

Browse files
fix circuit card selection breaking layout
1 parent 2cca4e2 commit 750e8b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/photo-booth/src/components/CircuitSelection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ onBeforeUnmount(() => {
442442
background: #000048;
443443
border-color: rgba(53, 202, 207, 1);
444444
box-shadow: 0 0 10px 6px rgba(133, 160, 249, 0.8);
445-
border-width: 3px;
445+
outline: 3px solid rgba(53, 202, 207, 1)
446446
}
447447
448448
.circuit-card.selected .card-country,

0 commit comments

Comments
 (0)