Skip to content

Commit

Permalink
iOS theme: higher visibility for embedded contact text
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Sep 6, 2018
1 parent 46dac94 commit bae4cec
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions stylesheets/_ios.scss
Expand Up @@ -226,6 +226,22 @@
}
}

.module-embedded-contact__contact-name {
color: $color-white;
}

.module-embedded-contact__contact-method {
color: $color-white-07;
}

.module-embedded-contact__contact-name--incoming {
color: $color-light-90;
}

.module-embedded-contact__contact-method--incoming {
color: $color-light-60;
}

&.dark-theme {
// _modules

Expand Down Expand Up @@ -278,7 +294,7 @@
}

.module-message__metadata__date--incoming {
color: $color-white;
color: $color-white-07;
}

.module-message__broken-image--incoming {
Expand Down Expand Up @@ -413,7 +429,11 @@
}
}

.module-embedded-contact__contact-method {
.module-embedded-contact__contact-name--incoming {
color: $color-white;
}

.module-embedded-contact__contact-method--incoming {
color: $color-white-07;
}
}
Expand Down

0 comments on commit bae4cec

Please sign in to comment.