Skip to content

Commit 0dcc843

Browse files
committed
change plus icon style
1 parent 25d452c commit 0dcc843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dashboard/Data/Config/Config.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class Config extends TableView {
281281
className={configStyles.actionIcon}
282282
onClick={() => this.openAddEntryDialog(data.param)}
283283
>
284-
<Icon width={12} height={12} name="plus-solid" />
284+
<Icon width={16} height={16} name="plus-solid" />
285285
</a>
286286
)}
287287
</td>

src/dashboard/Data/Config/Config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.actionIcon {
44
svg {
5-
fill: $lightBlue;
5+
fill: $darkBlue;
66
}
77
}
88

0 commit comments

Comments
 (0)