Skip to content

Commit b5d6217

Browse files
committed
fix: Debug toolbar image
1 parent 9f6d83a commit b5d6217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/frontend/styles/components/menu_bar.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#reverse-step-out-debug, #step-in-debug
6060
padding-top: 2px
6161

62-
#step-out-debug, #reverse-step-in-debug
62+
#step-out-debug, #reverse-step-in-debug, #run-tests-debug
6363
padding-bottom: 4px
6464

6565
#run-to-entry-debug

src/frontend/ui/debug.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ var buttons = JsAssoc[cstring, VNode]{
143143
"jump-after": buildHtml(img(src="public/resources/debug/jump-after_16_dark.svg", height="16px", width="16px", class="debug-button-svg")),
144144
"run-to-entry": buildHtml(img(src="public/resources/debug/run_to_entry_dark.svg", height="20px", width="18px", class="debug-button-svg")),
145145
# TODO: separate icon!
146-
"run-tests": buildHtml(img(src="public/resources/debug/continue_dark.svg", height="16px", width="28px", class="debug-button-svg"))
146+
"run-tests": buildHtml(img(src="public/resources/shared/run_test_img.svg", height="12px", width="18px", class="debug-button-svg"))
147147
}
148148

149149
let shortcuts = JsAssoc[cstring, cstring]{

0 commit comments

Comments
 (0)