Skip to content

Commit

Permalink
Updated Background color/Logo (#103)
Browse files Browse the repository at this point in the history
* Updated Background color/Logo

* color fix
  • Loading branch information
Maikoeliud authored Apr 14, 2023
1 parent d473bdd commit d4a0c16
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 53 deletions.
Binary file added src/assets/images/tosiscan-background-1x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/tosiscan-bg-1440x88-2x-min.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/assets/images/tosiscan-logo-center.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/assets/images/tosiscan-logo-header.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AppBar, Container, Toolbar, Link, List, ListItem } from '@mui/material'
import { styled } from '@mui/system'
import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown'

import { ReactComponent as Logo } from '../assets/images/logo-tosi-scan-white.svg'
import { ReactComponent as Logo } from '../assets/images/tosiscan-logo-header.svg'
import { ReactComponent as LogoColors } from '../assets/images/logo-tosi-scan-colors.svg'
import { theme } from '../theme'

Expand Down Expand Up @@ -76,9 +76,11 @@ const Header = () => {
sx={{
paddingY: 1.25,
paddingX: 2,
border: isDark ? '1px solid rgba(236, 253, 243, 0.5)' : '1px solid rgba(16, 24, 40, 0.05)',
border: '1px solid',
borderColor: isDark ? '#D4EF33 #D4EF33 #00D1FF #00D1FF ' : ' rgba(16, 24, 40, 0.05)',
borderRadius: '100px',
color: isDark ? 'white' : 'grey.800',
backgroundColor: isDark ? '#081010' : 'white',
}}
>
Become a publisher
Expand Down
Loading

0 comments on commit d4a0c16

Please sign in to comment.