Duibonduil commited on
Commit
f8c8335
·
verified ·
1 Parent(s): 5bf84b3

Upload index.less

Browse files
aworld/cmd/web/webui/src/pages/components/index.less ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .chatPrompt{
2
+ .ant-prompts-label {
3
+ color: #000000e0 !important;
4
+ }
5
+ .ant-prompts-desc {
6
+ color: #000000a6 !important;
7
+ width: 100%;
8
+ }
9
+ .ant-prompts-icon {
10
+ color: #000000a6 !important;
11
+ }
12
+ }