|
|
@@ -2,7 +2,7 @@
|
|
|
@use '@growi/core-styles/scss/variables/growi-official-colors';
|
|
|
@use '@growi/ui/scss/atoms/btn-muted';
|
|
|
|
|
|
-.rag-search-modal :global {
|
|
|
+.grw-aichat-modal :global {
|
|
|
|
|
|
.textarea-ask {
|
|
|
max-height: 30vh;
|
|
|
@@ -15,7 +15,7 @@
|
|
|
|
|
|
|
|
|
// == Colors
|
|
|
-.rag-search-modal :global {
|
|
|
+.grw-aichat-modal :global {
|
|
|
.growi-ai-chat-icon {
|
|
|
color: growi-official-colors.$growi-ai-purple;
|
|
|
}
|
|
|
@@ -24,3 +24,4 @@
|
|
|
@include btn-muted.colorize(bs.$purple, bs.$purple);
|
|
|
}
|
|
|
}
|
|
|
+
|