mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-05 11:20:55 +01:00
refactor: use better colors for the publish command
Switches the background color of the publish command's package announcement to a better looking color. Will possibly change the design of the command's UI in the future.
This commit is contained in:
parent
ff6d37bf27
commit
c6242b8569
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ impl PublishCommand {
|
|||
manifest.name, manifest.target
|
||||
))
|
||||
.bold()
|
||||
.on_black()
|
||||
.on_color256(235)
|
||||
);
|
||||
|
||||
if manifest.private {
|
||||
|
|
Loading…
Add table
Reference in a new issue