Skip to content

Commit

Permalink
feat(styles): add global styles for ToolTip component
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Dec 6, 2024
1 parent 06326ac commit dd7ee69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ For more information about configuration options, please visit the Wiki https://
margin: 0;
padding: 0;
}

/* Global styles for ToolTip */
QToolTip {padding:6px;color: #cdd6f4;font-size:12px; background-color: #1e1e2e; border: 0px solid #313244; border-radius: 6px; }
.yasb-bar {
padding: 0;
margin: 0;
Expand Down

0 comments on commit dd7ee69

Please sign in to comment.