Skip to content

Commit

Permalink
Added badge component
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Feb 4, 2024
1 parent f2f4d4c commit 491681d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-experts-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@utima/ui": minor
---

Added Badge component
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: https://utima-solutions.github.io/ui
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/button/Button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const defaultBorder = 'bg-none bg-transparent border';
export const buttonDef = twOverrides(
{
button:
'inline-flex focus:ring-2 focus:ring-offset-1 items-center justify-center rounded-md border-0 focus:outline-none transition-all disabled:opacity-65',
'inline-flex font-semibold focus:ring-2 focus:ring-offset-1 items-center justify-center rounded-md border-0 focus:outline-none transition-all disabled:opacity-65',
variants: {
variant: {
primary:
Expand Down

0 comments on commit 491681d

Please sign in to comment.