Skip to content

Commit

Permalink
Fix tag "has parent" icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TylersApps committed May 17, 2024
1 parent a3ce693 commit 79003ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions themes/dracula/dracula-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4253,12 +4253,12 @@ div.react-datepicker .react-datepicker__year-dropdown,div.react-datepicker .reac
padding: 0;
}

/* "Has parent" icon on parent tag badge */
.tag-item .icon-wrapper {
color: var(--alt_bg);
color: var(--foreground);
}

.tag-item .tag-icon {
color: var(--alt_bg);
color: var(--foreground);
}

.tag-item {
Expand Down
2 changes: 1 addition & 1 deletion themes/dracula/dracula-theme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Dracula Theme
description: A dark theme for Stash based on the popular Dracula theme.
version: 1.3.3
version: 1.3.4
ui:
css:
- dracula-theme.css

0 comments on commit 79003ff

Please sign in to comment.