Skip to content

Commit 0fe36af

Browse files
Sayan MondalarkajyotiMukherjee
Sayan Mondal
andauthored
Merge pull request #61
* Updated Additional Colors for Kubera Core * Updated rbga to hex * Updating Code to Latest Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io> Co-authored-by: Arkajyoti Mukherjee <32966391+arkajyotiMukherjee@users.noreply.github.com>
1 parent ffa9366 commit 0fe36af

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

src/core/RadioButton/__tests__/RadioButton.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import RadioGroup from '@material-ui/core/RadioGroup';
1+
import { RadioGroup } from '@material-ui/core';
22
import { screen } from '@testing-library/dom';
33
import { cleanup, fireEvent, render } from '@testing-library/react';
44
import React from 'react';

src/theme/kubera-core.tsx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,36 +87,40 @@ const kuberaCoreTheme = createTheme({
8787
kuberaCoreCards: {
8888
kuberaChaos: {
8989
background: {
90-
default: 'linear-gradient(268.56deg, #443F93 1.65%, #292A5B 61.02%)',
91-
paper: 'linear-gradient(255.08deg, #0F7B5B 7.37%, #0E5B44 100%)',
90+
default: 'linear-gradient(267.51deg, #118F6A 1.47%, #0C262E 100%)',
91+
paper:
92+
'linear-gradient(255.08deg, #10805E 7.37%, rgba(16, 128, 94, 0) 100%)',
9293
},
9394
button: {
9495
unconfigured: '#52F99540',
95-
configured: '#2BCB69',
96+
configured: '#28CB69',
9697
},
9798
card: 'linear-gradient(255.08deg, #0F7B5B 7.37%, #0E5B44 100%)',
9899
highlight: '#52FF95',
99100
license: {
100101
selection: '#0000004D',
101-
header: 'linear-gradient(255.08deg, #0E694E 7.37%, #094533 100%)',
102-
body: 'linear-gradient(255.08deg, #074633 7.37%, #04281E 100%)',
102+
header:
103+
'linear-gradient(256.44deg, #109B67 10.29%, rgba(4, 40, 30, 0.58) 71.07%)',
104+
body: 'linear-gradient(267.83deg, #074633 1.48%, #0C262E 100%)',
103105
},
104106
},
105107
kuberaPropel: {
106108
background: {
107-
default: 'linear-gradient(265.69deg, #108461 1.43%, #0C262E 64.44%)',
108-
paper: 'linear-gradient(249.11deg, #5759A5 25.9%, #505193 94.35%)',
109+
default: 'linear-gradient(267.13deg, #E9D08C 2.06%, #7E6E42 100%)',
110+
paper:
111+
'linear-gradient(249.11deg, #E9D08C 25.9%, rgba(126, 110, 66, 0) 94.35%)',
109112
},
110113
button: {
111-
unconfigured: '#EAD74240',
112-
configured: '#BDAC74',
114+
unconfigured: '#EAD7A240',
115+
configured: '#EAD7A2',
113116
},
114-
card: 'linear-gradient(63.18deg, #2C354D 5.01%, #323E5B 102.43%)',
117+
card: 'linear-gradient(264.22deg, #323E5B 2.84%, #2C354D 100%)',
115118
highlight: '#EAD7A2',
116119
license: {
117120
selection: '#0000004D',
118-
header: 'linear-gradient(63.18deg, #262F44 5.01%, #323E5B 102.43%)',
119-
body: 'linear-gradient(63.18deg, #1C2232 5.01%, #252E46 102.43%)',
121+
header:
122+
'linear-gradient(264.6deg, #E9D08C 14.02%, rgba(84, 65, 13, 0.21) 88.13%)',
123+
body: 'linear-gradient(264.22deg, #534A32 2.84%, #221E15 100%)',
120124
},
121125
},
122126
},

0 commit comments

Comments
 (0)