Skip to content

Commit

Permalink
Merge branch 'main' into fix-button-card-text-align
Browse files Browse the repository at this point in the history
  • Loading branch information
8845musign committed Jul 26, 2024
2 parents e57c2d2 + 9cb4c73 commit 83b3481
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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": "@ubie/ubie-ui",
"version": "0.0.32",
"version": "0.0.33",
"description": "React components for creating Ubie applications.",
"types": "dist/index.d.ts",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/components/ButtonCard/ButtonCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

/* TODO: Replaced by tokens when @ubie/design-tokens is up-to-date. */
line-height: 1.5;
color: var(--color-text-main);
text-align: left;
text-decoration: none;
overflow-wrap: anywhere;
Expand Down

0 comments on commit 83b3481

Please sign in to comment.