Skip to content

Commit

Permalink
Revert text/tooltip style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjacob committed Nov 8, 2024
1 parent 5ddcf86 commit 7847fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-pagoda/ui",
"version": "2.0.3",
"version": "2.0.4",
"description": "A React component library that implements the official NEAR design system.",
"license": "MIT",
"repository": {
Expand Down
6 changes: 2 additions & 4 deletions src/components/Text.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ a.text {
button:focus-visible > &,
a:hover > &,
a:focus-visible > & {
&:not([aria-describedby]) {
color: var(--violet-11) !important;
text-decoration: underline;
}
color: var(--violet-11) !important;
text-decoration: underline;
}

&[data-clickable-highlight='true'] {
Expand Down

0 comments on commit 7847fe6

Please sign in to comment.