Skip to content

Commit e7f2cbb

Browse files
author
FalkWolsky
committed
WIP - Changing the Theme Detail View 3
1 parent b102c4a commit e7f2cbb

File tree

1 file changed

+2
-2
lines changed
  • client/packages/lowcoder/src/pages/setting/theme/detail

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/pages/setting/theme/detail/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ const ThemeSettingsView = styled.div`
5454
const StyleThemeSettingsCover = styled.div`
5555
display: flex;
5656
flex-direction: row;
57-
background: rgb(131,58,180);
58-
background: linear-gradient(34deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
57+
background: rgb(2,0,36);
58+
background: linear-gradient(34deg, rgba(2,0,36,1) 0%, rgba(102,9,121,1) 35%, rgba(0,255,181,1) 100%);
5959
padding: 15px;
6060
height: 80px;
6161
border-radius:10px 10px 0 0;

0 commit comments

Comments
 (0)