Skip to content

Commit

Permalink
Merge pull request #52 from getpingback/fix/switch-theme
Browse files Browse the repository at this point in the history
fix: switch theme export
  • Loading branch information
roger067 authored Jan 2, 2025
2 parents 81d7c5f + d345298 commit 319726a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,26 +132,6 @@ const config = {
700: '#bf125d',
800: '#99154b',
900: '#751a3d'
},
switch: {
bg: {
DEFAULT: 'var(--switch-bg-default)',
hover: 'var(--switch-bg-hover)'
},
thumb: {
DEFAULT: 'var(--switch-thumb-bg)',
disabled: 'var(--switch-thumb-disabled)'
},
checked: {
DEFAULT: 'var(--switch-checked-bg)',
hover: 'var(--switch-checked-hover)',
ring: 'var(--switch-checked-ring)'
},
highlight: {
DEFAULT: 'var(--switch-highlight-bg)',
hover: 'var(--switch-highlight-hover)',
ring: 'var(--switch-highlight-ring)'
}
}
},
extend: {
Expand Down Expand Up @@ -279,6 +259,26 @@ const config = {
foreground: 'var(--badge-purple-text)'
}
},
switch: {
bg: {
DEFAULT: 'var(--switch-bg-default)',
hover: 'var(--switch-bg-hover)'
},
thumb: {
DEFAULT: 'var(--switch-thumb-bg)',
disabled: 'var(--switch-thumb-disabled)'
},
checked: {
DEFAULT: 'var(--switch-checked-bg)',
hover: 'var(--switch-checked-hover)',
ring: 'var(--switch-checked-ring)'
},
highlight: {
DEFAULT: 'var(--switch-highlight-bg)',
hover: 'var(--switch-highlight-hover)',
ring: 'var(--switch-highlight-ring)'
}
},
button: {
solid: {
DEFAULT: 'var(--button-solid-bg)',
Expand Down

0 comments on commit 319726a

Please sign in to comment.