Improve usability of icon buttons in header with tooltip

This commit is contained in:
DaneEveritt 2022-06-12 09:35:02 -04:00
parent 9c957952fb
commit f860fd2cfe
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 66 additions and 53 deletions

View file

@ -21,7 +21,7 @@ const SubNavigation = styled.div`
&:active, &.active {
${tw`text-neutral-100`};
box-shadow: inset 0 -2px ${theme`colors.cyan.700`.toString()};
box-shadow: inset 0 -2px ${theme`colors.cyan.600`.toString()};
}
}
}