Skip to content

Commit 1c6aa2b

Browse files
frontend: ExtensionSettingsModal: Fix value keyword case
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent add5b05 commit 1c6aa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/frontend/src/components/kraken/modals/ExtensionSettingsModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ export default Vue.extend({
416416
left: 0;
417417
right: 0;
418418
top: 50%;
419-
border-top: 0.15rem solid currentColor;
419+
border-top: 0.15rem solid currentcolor;
420420
z-index: 0;
421421
}
422422
</style>

0 commit comments

Comments
 (0)