Skip to content

Commit

Permalink
refactor(spinner): ♻️ add current theme for track visible
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jun 21, 2022
1 parent 57e2230 commit 7a06761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/theme/defaultTheme/spinner.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const spinner = {
base: "inline-block animate-spin",
base: "inline-block border-current animate-spin",
size: {
xs: "h-3 w-3 border-[1.5px] border-solid rounded-full",
sm: "h-3.5 w-3.5 border-[1.5px] border-solid rounded-full",
Expand All @@ -22,6 +22,7 @@ export const spinner = {
secondary: "border-b-violet-400 border-l-violet-400",
success: "border-b-green-400 border-l-green-400",
danger: "border-b-red-400 border-l-red-400",
current: "border-b-gray-400 border-l-gray-400",
},
transparent: "border-b-transparent border-l-transparent",
},
Expand Down

0 comments on commit 7a06761

Please sign in to comment.