Skip to content

Commit

Permalink
addressed PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wwills2 authored Apr 4, 2024
1 parent fe4040a commit f5eec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/proxy/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Tabs({ children, ...props }: TabsProps) {

function Item({ children, ...props }: TabItemProps) {
return (
<FlowbiteTabs.Item className={'active:on:bg-gray-100 text-cyan-600 dark:bg-gray-800 dark:text-cyan-500'} {...props}>
<FlowbiteTabs.Item className='active:on:bg-gray-100 text-cyan-600 dark:bg-gray-800 dark:text-cyan-500' {...props}>
{children}
</FlowbiteTabs.Item>
);
Expand Down

0 comments on commit f5eec65

Please sign in to comment.