From 2efbfa78204afcbb7175d9943a97bb5fb59230c4 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 9 Feb 2023 21:27:30 +0100 Subject: [PATCH] Add button border to align with VSCode --- src/panelWebView/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/panelWebView/styles.css b/src/panelWebView/styles.css index ca833bb2..78348027 100644 --- a/src/panelWebView/styles.css +++ b/src/panelWebView/styles.css @@ -8,6 +8,12 @@ } } +/* Overrides */ +vscode-button, +button { + border-radius: 0.25rem; +} + /* CSS */ .block_field__form, .list_field__form {