Skip to content

Commit

Permalink
WIP - Changing the Theme Detail View 3
Browse files Browse the repository at this point in the history
  • Loading branch information
FalkWolsky committed May 23, 2024
1 parent b102c4a commit e7f2cbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const ThemeSettingsView = styled.div`
const StyleThemeSettingsCover = styled.div`
display: flex;
flex-direction: row;
background: rgb(131,58,180);
background: linear-gradient(34deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: rgb(2,0,36);
background: linear-gradient(34deg, rgba(2,0,36,1) 0%, rgba(102,9,121,1) 35%, rgba(0,255,181,1) 100%);
padding: 15px;
height: 80px;
border-radius:10px 10px 0 0;
Expand Down

0 comments on commit e7f2cbb

Please sign in to comment.