Skip to content

Commit

Permalink
chore(style): code and segment icons (#4806)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Nov 5, 2024
1 parent 70a7d81 commit 865b26b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/web/components/SegmentOverrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const SegmentOverrideInner = class Override extends React.Component {
<Row className='fs-small'>
<SegmentsIcon
className='opacity-50'
fill='#1a2634'
fill='#9DA4AE'
width={16}
height={16}
/>
Expand Down
6 changes: 5 additions & 1 deletion frontend/web/components/pages/HomeAside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,11 @@ const HomeAside: FC<HomeAsideType> = ({
exact
to={`/project/${project.id}/environment/${environment.api_key}/sdk-keys`}
>
<IonIcon className='mr-2' icon={code} />
<IonIcon
color={'#9DA4AE'}
className='mr-2'
icon={code}
/>
SDK Keys
</NavLink>
{environmentAdmin && (
Expand Down

0 comments on commit 865b26b

Please sign in to comment.