Skip to content

Commit f0659eb

Browse files
Merge pull request #30 from topcoder-platform/PROD-2553_button-color-click
PROD-2553 fix color for primary button on focus
2 parents 46a102a + 386867d commit f0659eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/layouts/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ input[type='submit']:hover,
304304
.btn-primary.focus {
305305
background-color: var(--tc-turq-140);
306306
outline: 0 none;
307+
color: var(--tc-white);
307308
}
308309

309310
.btn-tab-primary:focus,

0 commit comments

Comments
 (0)