Skip to content

Commit

Permalink
chang active color
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakkritGit committed Nov 21, 2024
1 parent 3b82343 commit aee4f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ import { ToggleButton } from 'pluto-theme-mode'; // import ToggleButton
| **colorLight** | Text color for light mode. | `#FFF`, `rgb(255,255,255)`, `white` | `string`, `undefined` |
| **borderColorDark** | Border color for dark mode. | `#222`, `rgb(34,34,34)`, `grey` | `string`, `undefined` |
| **borderColorLight** | Border color for light mode. | `#222`, `rgb(34,34,34)`, `grey` | `string`, `undefined` |
| **activeColor** | Color for active state. | `#6495ED`, `rgb(100, 149, 237)`, `cornflowerblue` | `string`, `undefined` |
| **activeColor** | Color for active state. | `#6F90F4`, `rgb(111, 144, 244)`, `cornflowerblue` | `string`, `undefined` |
| **cardBorderRadius** | Border radius for the card. | `24px`, `1.5rem` | `string`, `undefined` |
| **menuBorderRadius** | Border radius for the menu. | `16px`, `1rem` | `string`, `undefined` |
| **fontSize** | Font size for the text. | `16px`, `1.0000em` | `string`, `undefined` |
Expand Down
2 changes: 1 addition & 1 deletion src/components/ToggleButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function ToggleButton({
borderColorDark = '#222222',
colorLight = '#e5e7e9',
colorDark = '#3b3b3b',
activeColor = '#6495ED',
activeColor = '#6F90F4',
cardBorderRadius = '24px',
menuBorderRadius = '16px',
height = '155px',
Expand Down

0 comments on commit aee4f62

Please sign in to comment.