Skip to content

Commit d4ccffc

Browse files
committed
Remove accent border from confirm button
1 parent 11d9716 commit d4ccffc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib/components/ConfirmationModal.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,10 @@
153153
.dialog-footer button:not(.ghost) {
154154
background: var(--surface-raised);
155155
color: var(--text);
156-
border-color: var(--accent);
157156
}
158157
159158
.dialog-footer button:not(.ghost):hover {
160159
background: var(--surface-hover);
161-
border-color: var(--accent);
160+
border-color: var(--border-focus);
162161
}
163162
</style>

0 commit comments

Comments
 (0)