Skip to content

Commit

Permalink
feat: side bar UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsameerpvs committed Dec 27, 2023
1 parent 47485dc commit 1a85bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audire/audire-mobile-app/src/modules/common/Topbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Topbar: FC<TopbarProps> = ({ onToggleSidebar }) => {
<Box display="flex" flexDirection="row" alignItems="center">
<Pressable onPress={onToggleSidebar}>
<Avatar
bgColor="#B051AE"
bgColor="#D6A8D4"
size="md"
borderRadius="$full"
position="relative"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const McqExamPage: FC<McqExamPageProps> = ({ questions }) => {
flexDirection="row"
borderRadius="$sm"
backgroundColor={
selectedOption === option.id ? '#8D0C8A' : '#e5e5e5'
selectedOption === option.id ? '#94B6BB' : '#e5e5e5'
}
mx={17}
p="$2"
Expand Down

0 comments on commit 1a85bb6

Please sign in to comment.