Yuki Takei 1 год назад
Родитель
Сommit
f9baf979e9

+ 6 - 1
apps/app/src/features/openai/chat/components/AiChatModal/MessageCard.module.scss

@@ -21,6 +21,12 @@
   }
   }
 }
 }
 
 
+.assistant-message-card :global {
+  .grw-ai-icon {
+    padding: 0.4em;
+  }
+}
+
 // text animation
 // text animation
 // refs: https://web.dev/articles/speedy-css-tip-animated-gradient-text?hl=ja
 // refs: https://web.dev/articles/speedy-css-tip-animated-gradient-text?hl=ja
 .assistant-message-card :global {
 .assistant-message-card :global {
@@ -86,7 +92,6 @@
 // == Colors
 // == Colors
 .assistant-message-card :global {
 .assistant-message-card :global {
   .grw-ai-icon {
   .grw-ai-icon {
-    padding: 0.4em;
     color: white;
     color: white;
     background-color: growi-official-colors.$growi-ai-purple;
     background-color: growi-official-colors.$growi-ai-purple;
   }
   }