Changes for #88

Fix tooltip foreground.
Change light mode foreground colours.
Update ::selection styles.
This commit is contained in:
Paul
2021-08-19 14:50:00 +01:00
parent d25e1fc1ce
commit af99c7e1fd
5 changed files with 12 additions and 11 deletions

View File

@@ -28,10 +28,10 @@ const PermissionTooltipBase = styled.div`
flex-direction: column;
span {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
color: var(--secondary-foreground);
font-size: 11px;
}
code {