fix executions css as per figma audit (#650)

This commit is contained in:
Dan Wilson 2023-10-04 15:41:50 +00:00 committed by Harness
parent 81e044e280
commit 917b173686
2 changed files with 2 additions and 2 deletions

View File

@ -53,5 +53,5 @@
} }
.steps { .steps {
padding: var(--spacing-medium) !important; padding: var(--spacing-medium) 42px var(--spacing-medium) var(--spacing-medium) !important;
} }

View File

@ -56,7 +56,7 @@
.stepName { .stepName {
font-family: 'Roboto Mono' !important; font-family: 'Roboto Mono' !important;
color: var(--grey-300) !important; color: var(--grey-100) !important;
font-size: 13px !important; font-size: 13px !important;
font-weight: 400 !important; font-weight: 400 !important;
} }