1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Dark Mode: Update tippy text color (#14178)

This commit is contained in:
David Walsh 2022-03-24 09:14:40 -05:00 committed by GitHub
parent 065d525d58
commit 0ada0816ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
.tippy-tooltip.white-theme {
background: var(--color-background-default);
color: black;
color: var(--color-text-default);
box-shadow: 0 0 14px rgba(0, 0, 0, 0.18);
padding: 12px 16px;
padding-bottom: 11px;