Add button border to align with VSCode

This commit is contained in:
Elio Struyf
2023-02-09 21:27:30 +01:00
parent cdeaa87321
commit 2efbfa7820

View File

@@ -8,6 +8,12 @@
}
}
/* Overrides */
vscode-button,
button {
border-radius: 0.25rem;
}
/* CSS */
.block_field__form,
.list_field__form {