Skip to content

Commit

Permalink
Merge branch 'main' into kerry/225/disabled-checked-checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry authored Sep 25, 2023
2 parents e4ae2a5 + 0033036 commit 9aa5bb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vector-im/compound-web",
"version": "0.4.3",
"version": "0.4.4",
"description": "Compound components for the Web",
"type": "module",
"main": "./dist/compound-web.js",
Expand Down
4 changes: 4 additions & 0 deletions src/components/Avatar/Avatar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ limitations under the License.
font-weight: bold;
overflow: hidden;
user-select: none;

/* Set a background color to help with visual consistency when displaying
* avatars with a translucent background */
background: var(--cpd-color-bg-canvas-default);
}

button.avatar {
Expand Down

0 comments on commit 9aa5bb8

Please sign in to comment.