We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d452c commit 0dcc843Copy full SHA for 0dcc843
src/dashboard/Data/Config/Config.react.js
@@ -281,7 +281,7 @@ class Config extends TableView {
281
className={configStyles.actionIcon}
282
onClick={() => this.openAddEntryDialog(data.param)}
283
>
284
- <Icon width={12} height={12} name="plus-solid" />
+ <Icon width={16} height={16} name="plus-solid" />
285
</a>
286
)}
287
</td>
src/dashboard/Data/Config/Config.scss
@@ -2,7 +2,7 @@
2
3
.actionIcon {
4
svg {
5
- fill: $lightBlue;
+ fill: $darkBlue;
6
}
7
8
0 commit comments