From 401860fa17bdc97b3aafb7a2184bc40018c1af3d Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 13 Feb 2024 09:32:04 +0300 Subject: [PATCH] Add missing dark --- components/lib/theme/aura/dialog/index.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/components/lib/theme/aura/dialog/index.js b/components/lib/theme/aura/dialog/index.js index 630bf8da7..8793b0e93 100644 --- a/components/lib/theme/aura/dialog/index.js +++ b/components/lib/theme/aura/dialog/index.js @@ -13,7 +13,18 @@ export default { backgroundHover: '{surface.100}' } }, - dark: {} + dark: { + root: { + background: '{surface.900}', + borderColor: '{surface.700}', + textColor: '{surface.0}' + }, + headerIcon: { + color: '{surface.400}', + colorHover: '{surface.300}', + backgroundHover: '{surface.800}' + } + } } }, css: `