File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
client/packages/openblocks/src Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import {
19
19
} from "comps/controls/styleControlConstants" ;
20
20
import { CompNameContext , EditorContext } from "comps/editorState" ;
21
21
import { BackgroundColorContext } from "comps/utils/backgroundColorContext" ;
22
+ import { PrimaryColor } from "constants/style" ;
22
23
import { trans } from "i18n" ;
23
24
import _ from "lodash" ;
24
25
import { darkenColor , isDarkColor } from "openblocks-design" ;
@@ -164,6 +165,10 @@ const TableWrapper = styled.div<{
164
165
border-color: inherit;
165
166
}
166
167
168
+ .ant-table-row-expand-icon {
169
+ color: ${ PrimaryColor } ;
170
+ }
171
+
167
172
.ant-table .ant-table-cell-with-append .ant-table-row-expand-icon {
168
173
margin: 0;
169
174
top: 18px;
Original file line number Diff line number Diff line change @@ -1168,7 +1168,7 @@ export const en = {
1168
1168
position : "Position" ,
1169
1169
showDataLoadSpinner : "Show spinner during data loading" ,
1170
1170
showValue : "Show Value" ,
1171
- expandable : "expandable " ,
1171
+ expandable : "Expandable " ,
1172
1172
} ,
1173
1173
image : {
1174
1174
src : "Image source" ,
@@ -2343,6 +2343,6 @@ export const en = {
2343
2343
manualTip : "" ,
2344
2344
} ,
2345
2345
slotControl : {
2346
- configSlotView : "config slot view" ,
2346
+ configSlotView : "Config slot view" ,
2347
2347
} ,
2348
2348
} ;
You can’t perform that action at this time.
0 commit comments