mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
make caret-color as text-color to make it for visible
This commit is contained in:
parent
dbd6563fa0
commit
649a581dd2
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@
|
|||
|
||||
input,
|
||||
textarea {
|
||||
caret-color: $session-color-green !important;
|
||||
@include themify($themes) {
|
||||
caret-color: themed('textColor') !important;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
Loading…
Reference in a new issue