From dce048966dfcdc801387e3ed0d948362b65184c8 Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Tue, 26 Jan 2021 14:09:42 +0000 Subject: [PATCH] Add a theme.json file so that we can support border radius in Spearhead --- spearhead/experimental-theme.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 spearhead/experimental-theme.json diff --git a/spearhead/experimental-theme.json b/spearhead/experimental-theme.json new file mode 100644 index 000000000..add963373 --- /dev/null +++ b/spearhead/experimental-theme.json @@ -0,0 +1,10 @@ + +{ + "global": { + "settings": { + "border": { + "customRadius": true + } + } + } +}