mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Use the secondary color for all
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
65eedd00b0
commit
d8f58e95cb
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ limitations under the License.
|
|||
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
background-color: $tertiary-fg-color;
|
||||
background-color: $secondary-fg-color;
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
mask-position: center;
|
||||
|
@ -126,7 +126,7 @@ limitations under the License.
|
|||
position: absolute;
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
background-color: $tertiary-fg-color;
|
||||
background-color: $secondary-fg-color;
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue