Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 0870a35

Browse files
Style show/hide credentials button using the active theme
1 parent 098f445 commit 0870a35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/dialog.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
&Button {
2626
position: absolute;
2727
background: transparent;
28-
right: .2em;
28+
right: .3em;
2929
bottom: 0;
3030
border: none;
31-
color: #000;
31+
color: @text-color-subtle;
3232
cursor: pointer;
3333

3434
&:hover {
35-
color: #888;
35+
color: @text-color-highlight;
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)