From b0782385c9832d35a10929b38b4fcaf27e055d6b Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 6 Nov 2020 22:33:31 -0500 Subject: [PATCH] Derive shadow-outline from new blue-300 --- stubs/defaultConfig.stub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index dfd677eaca89..d7e04a06c822 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -133,7 +133,7 @@ module.exports = { xl: '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)', '2xl': '0 25px 50px -12px rgba(0, 0, 0, 0.25)', inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)', - outline: '0 0 0 3px rgba(66, 153, 225, 0.5)', + outline: '0 0 0 3px rgba(147, 197, 253, 0.5)', none: 'none', }, container: {},