Skip to content

Commit

Permalink
Fix minor visual glitch in record-control background (#9170)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw authored Feb 26, 2024
1 parent 4420a40 commit 9262412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gui2/src/components/RecordControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ const emit = defineEmits<{ recordOnce: []; 'update:recordMode': [enabled: boolea
user-select: none;
display: flex;
place-items: center;
backdrop-filter: var(--blur-app-bg);
gap: 1px;
}
.control {
background: var(--color-frame-bg);
backdrop-filter: var(--blur-app-bg);
padding: 8px 8px;
}
Expand Down

0 comments on commit 9262412

Please sign in to comment.