Skip to content

Commit f66a4d9

Browse files
committed
Update background styles to use radialToBlue in HoneycombGrid
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 1e554f2 commit f66a4d9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/sections/Meshery/Meshery-integrations/Integration.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const HoneycombGrid = styled.div`
6565
-webkit-transform: translateZ(0);
6666
display: flex;
6767
height: 100%;
68-
background: ${(props) => props.theme.radialToWhite};
68+
background: ${(props) => props.theme.radialToBlue};
6969
justify-content: center;
7070
align-items: center;
7171
padding: 0.625rem;

src/theme/app/themeStyles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const lighttheme = {
182182
linearToGreen: "linear-gradient(90.2deg,rgba(255, 255, 255, 0.38) 33.89%,rgba(0, 179, 159, 0.74) 99.81%)",
183183
linearToWhite: "#FFFFFF",
184184
radialToWhite: "radial-gradient( circle 100px at 50% 50%, rgba(215,205,220,0.15) 0%, rgba(203,210,218,0.25) 80%, rgba(167,173,180,.25) 100% )",
185+
radialToBlue: "linear-gradient(135deg, rgba(45, 55, 70, 0.9) 0%, rgba(25, 30, 40, 0.9) 70%, rgba(15, 20, 30, 0.95) 100%), url('data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"%3E%3Cpath d=\"M0 0 L50 50 L0 100 L100 50 Z\" fill=\"none\" stroke=\"rgba(255, 255, 255, 0.1)\" stroke-width=\"1\"/%3E%3C/svg%3E') repeat center",
185186
linearDarkToLinearLight: "linear-gradient(61.3deg, rgba(0, 179, 159, 0.2) -26.19%, rgba(255, 255, 255, 0.2) 40.19%), linear-gradient(303.45deg, rgba(0, 179, 159, 0.2) 0%, rgba(255, 255, 255, 0.2) 37.23%), linear-gradient(360deg, #00B39F -108%, #FFFFFF 63.36%)",
186187
whiteEightToBlack: "#000000",
187188
whiteEightToBlackEight: "rgb(0 0 0 / 0.8)",
@@ -417,6 +418,7 @@ export const darktheme = {
417418
linearToGreen: "linear-gradient(90.2deg, rgba(0, 0, 0, 0.2) 0.16%, rgba(0, 179, 159, 0.74) 99.81%)",
418419
linearToWhite: "linear-gradient(to right, #666666, #444444)",
419420
radialToWhite: "radial-gradient( circle 100px at 50% 50%, rgba(167,173,180,0.78) 0%, rgba(103,110,118,0.79) 80%, rgba(103,110,118,1) 100% )",
421+
radialToBlue: "linear-gradient(135deg, rgba(15, 20, 30, 0.9) 0%, rgba(25, 30, 40, 0.9) 70%, rgba(45, 55, 70, 0.9) 100%), url('data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"%3E%3Cpath d=\"M0 0 L50 50 L0 100 L100 50 Z\" fill=\"none\" stroke=\"rgba(255, 255, 255, 0.1)\" stroke-width=\"1\ \"/%3E%3C/svg%3E') repeat center",
420422
linearDarkToLinearLight: "linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 179, 159, 0.58) 46.87%, rgba(0, 179, 159, 0.034) 100%), linear-gradient(179.39deg, rgba(0, 179, 159, 0) 0.58%, #000000 99.54%)",
421423
whiteEightToBlack: "rgb(255 255 255 / 0.8)",
422424
whiteEightToBlackEight: "rgb(255 255 255 / 0.8)",

0 commit comments

Comments
 (0)