Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Oct 1, 2021
1 parent d94e387 commit f390f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/style/themes/darkTheme.js
Expand Up @@ -324,7 +324,7 @@ const darkTheme = {
"right-arrow": url(require("style/icons/rightArrowDark.svg")),
"lock-checkmark": url(require("style/icons/lockCheckmark.svg")),
eye: url(require("style/icons/eye.svg")),
"eye-disabled": url(require("style/icons/eyeDisabled.svg"))
"eye-disabled": url(require("style/icons/eyeDisabled.svg")),
"lightning-icon": url(require("style/icons/lightningIcon.svg")),
"lookup-icon": url(require("style/icons/lookupIcon.svg")),
"plus-icon": url(require("style/icons/plusIcon.svg"))
Expand Down
2 changes: 1 addition & 1 deletion app/style/themes/lightTheme.js
Expand Up @@ -312,7 +312,7 @@ const lightTheme = {
"right-arrow": url(require("style/icons/rightArrow.svg")),
"lock-checkmark": url(require("style/icons/lockCheckmark.svg")),
eye: url(require("style/icons/eye.svg")),
"eye-disabled": url(require("style/icons/eyeDisabled.svg"))
"eye-disabled": url(require("style/icons/eyeDisabled.svg")),
"lightning-icon": url(require("style/icons/lightningIcon.svg")),
"lookup-icon": url(require("style/icons/lookupIcon.svg")),
"plus-icon": url(require("style/icons/plusIcon.svg"))
Expand Down

0 comments on commit f390f8b

Please sign in to comment.