1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00

add new color for focused input border

This commit is contained in:
slowbackspace 2019-01-18 14:49:28 +01:00
parent 5423caea4f
commit 449e97f377

View File

@ -34,4 +34,5 @@ export default {
LABEL_COLOR: '#A9A9A9',
TOOLTIP_BACKGROUND: '#333333',
INPUT_BORDER_FOCUSED: '#A9A9A9',
};