Skip to content

Commit

Permalink
chore: Test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cogor committed Oct 30, 2023
1 parent e376cd0 commit a4b03c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/BuiButton/test/default-disabled.output.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<button class="font-medium rounded text-sm focus:outline-none dark:hover:bg-primary-600 dark:focus:ring-primary-400 focus:bg-primary-575 border-slate-300 hover:border-slate-300 bg-gray-150 dark:bg-primary-600 hover:bg-gray-150 text-gray-400 hover:text-gray-400 cursor-not-allowed py-1 px-4" disabled="">Primary</button>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<button class="font-medium rounded text-sm focus:outline-none bg-transparent dark:hover:bg-primary-650 dark:focus:ring-primary-300 focus:bg-primary-175 text-primary-250 hover:bg-white cursor-not-allowed py-1 px-4" disabled="">Primary</button>
1 change: 1 addition & 0 deletions src/components/BuiButton/test/secondary.output.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<button class="font-medium rounded text-sm focus:outline-none bg-transparent text-primary-550 hover:bg-primary-150 dark:hover:bg-primary-650 dark:focus:ring-primary-300 focus:bg-primary-175 py-1 px-4">Primary</button>
1 change: 1 addition & 0 deletions src/components/BuiButton/test/text-disabled.output.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<button class="font-medium rounded text-sm focus:outline-none text-primary-500 dark:text-primary-225 bg-transparent dark:hover:text-primary-400 py-1 px-4">Primary</button>

0 comments on commit a4b03c2

Please sign in to comment.