Skip to content

Commit

Permalink
Merge pull request #54 from OH-Fasilkom-UI/feat/gilang
Browse files Browse the repository at this point in the history
Fix for build
  • Loading branch information
CyberSleeper authored Oct 12, 2023
2 parents 76e15bd + 4d8999c commit 50eb89e
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 120 deletions.
240 changes: 120 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/elements/Tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const Tabs: React.FC<TabsProps> = ({
{buttonsText.map((buttonText, index) => {
return (
<button
key={index}
className={`p-2 rounded-[40px] flex-1 ${
index == activeButton
? "border-[3px] border-screaminGreen-3 tabs-glow border-opacity-30 text-white-1"
Expand Down

0 comments on commit 50eb89e

Please sign in to comment.