Skip to content

Commit

Permalink
Update version in manifest.json and enhance button styles in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ultron01 committed Nov 1, 2024
1 parent 0c99a08 commit 22c228c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "1.0.4",
"version": "1.0.5",
"icons": {
"16": "images/logo.png",
"32": "images/logo.png",
Expand Down
4 changes: 2 additions & 2 deletions scss/dist/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ body {
background-color: transparent;
}

.Button--primary, .btn-primary, .js-profile-editable-edit-button {
.Button--primary, .btn-primary, .js-profile-editable-edit-button, :where(.prc-Button-ButtonBase-c50BI):where([data-variant=primary]) {
color: rgb(0, 0, 0) !important;
background-color: rgb(255, 163, 26) !important;
}
.Button--primary svg, .btn-primary svg, .js-profile-editable-edit-button svg {
.Button--primary svg, .btn-primary svg, .js-profile-editable-edit-button svg, :where(.prc-Button-ButtonBase-c50BI):where([data-variant=primary]) svg {
color: rgb(0, 0, 0) !important;
}

Expand Down
2 changes: 1 addition & 1 deletion scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {
}
}

.Button--primary, .btn-primary, .js-profile-editable-edit-button {
.Button--primary, .btn-primary, .js-profile-editable-edit-button, :where(.prc-Button-ButtonBase-c50BI):where([data-variant=primary]) {
color: $black !important;
background-color: $brand-color !important;

Expand Down

0 comments on commit 22c228c

Please sign in to comment.