Skip to content

Commit

Permalink
Merge pull request #35 from jackweatherford/34-enhancement-black-back…
Browse files Browse the repository at this point in the history
…ground

34 enhancement black background
  • Loading branch information
jackweatherford committed Feb 11, 2024
2 parents ea82684 + b1cbd13 commit 8515e7b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Jack Weatherford
Copyright (c) 2024 Jack Weatherford

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Spotify Friend Activity",
"version": "1.0.18",
"version": "1.0.19",
"action": {
"default_icon": {
"16": "images/sfa16.png",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spotify-friend-activity",
"version": "1.0.18",
"version": "1.0.19",
"description": "Google Chrome Extension to view your friends' activity in Spotify's web player",
"scripts": {
"build": "rm -rf ./dist && webpack && npm run copy:dist",
Expand Down
2 changes: 1 addition & 1 deletion src/components/FriendActivity/friendActivity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Spotify's class naming convention for a buddy-feed.
.buddy-feed {
background-color: #000;
background-color: #0003;

width: 270px;

Expand Down

0 comments on commit 8515e7b

Please sign in to comment.