Skip to content

Commit

Permalink
docs(CHANGELOG.md): update version number to 24.6.1 and adjust releas…
Browse files Browse the repository at this point in the history
…e date

docs(package.json): update version number to 24.6.1
style(zadark.scss): add new styles for dark theme to improve UI readability and aesthetics
  • Loading branch information
ncdai committed Jun 1, 2024
1 parent 5ed2a57 commit 23e855f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## ZaDark 24.5.2
## ZaDark 24.6.1

> PC 12.13 và Web 9.30
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zadark",
"description": "Dark Mode tốt nhất cho Zalo",
"version": "24.5.3",
"version": "24.6.1",
"repository": "https://github.com/quaric/zadark.git",
"author": {
"name": "Quaric",
Expand Down
8 changes: 8 additions & 0 deletions src/core/scss/zadark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,14 @@ html[data-zadark-theme="dark"] {
.cloud-media-item > .size__cl__photo__video {
color: #fff;
}

.cloud-media-item > .icon__cl__video__indicator {
color: #fff;
}

.share-msg__nav__tab-name.selected {
color: var(--tab-active);
}
}
}

Expand Down

0 comments on commit 23e855f

Please sign in to comment.