From b02bf6877cff36ad4c25100c936204194fd36ba9 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Thu, 12 May 2022 19:02:59 +0200 Subject: [PATCH] fix `ant-result` colors --- packages/app/src/theme/index.less | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages/app/src/theme/index.less b/packages/app/src/theme/index.less index 1a45d350..b5551b7f 100644 --- a/packages/app/src/theme/index.less +++ b/packages/app/src/theme/index.less @@ -324,4 +324,28 @@ body { to { opacity: 0; } +} + +.ant-result { + .ant-result-content { + display: inline-flex; + align-items: center; + justify-content: center; + + text-align: center; + + padding: 10px; + background-color: var(--background-color-accent); + color: var(--background-color-primary); + + h1, + h2, + h3, + h4, + h5, + p, + span { + margin: 0; + } + } } \ No newline at end of file