Skip to content

Commit 1ce61cd

Browse files
authored
Merge branch 'master' into add/status/colors
2 parents 6ea21c2 + 1a9cb83 commit 1ce61cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/custom/TransferModal/TransferList/style.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const TransferButton = styled(Button)(({ theme }) => ({
5353
fill: theme.palette.icon.default,
5454
'&:hover': {
5555
borderColor: theme.palette.border?.brand,
56-
backgroundColor: `${KEPPEL} !important`,
56+
backgroundColor: `${theme.palette.interactive.primary} !important`,
5757
fill: theme.palette.icon.inverse
5858
}
5959
}));

src/custom/Workspaces/WorkspaceTransferButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const RecordRow: React.FC<RecordRowProps> = ({ title, name, date }) => {
107107
sx={{
108108
fontSize: 14,
109109
fontStyle: 'italic',
110-
color: `${theme.palette.text.disabled}`,
110+
color: `${theme.palette.background.constant?.white}99`,
111111
paddingRight: '12px',
112112
textAlign: 'end'
113113
}}

src/custom/Workspaces/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export const CardWrapper = styled(Card)(({ theme }) => ({
359359

360360
export const CardBackWrapper = styled(CardWrapper)(({ theme }) => ({
361361
minHeight: theme.spacing(50),
362-
background: 'linear-gradient(180deg, #007366 0%, #000 100%)'
362+
background: theme.palette.surface.tint
363363
}));
364364

365365
export const CardFrontWrapper = styled(CardWrapper)(({ theme }) => ({

0 commit comments

Comments
 (0)