Gradient header
This commit is contained in:
parent
036f08a729
commit
b131d676c4
3 changed files with 9 additions and 1 deletions
|
@ -49,7 +49,10 @@ const ActionBar = (props) => {
|
|||
zIndex: { sm: 1250 }, // > Navigation (1200), but < Dialog (1300)
|
||||
ml: { sm: `${Navigation.width}px` }
|
||||
}}>
|
||||
<Toolbar sx={{pr: '24px'}}>
|
||||
<Toolbar sx={{
|
||||
pr: '24px',
|
||||
background: "linear-gradient(150deg, rgba(51,133,116,1) 0%, rgba(86,189,168,1) 100%)"
|
||||
}}>
|
||||
<IconButton
|
||||
color="inherit"
|
||||
edge="start"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue