💄(frontend) tiny hotfixes for opendesk theme

This commit is contained in:
Emmanuel Pelletier
2024-09-12 17:28:07 +02:00
parent e9f7d57227
commit 65b7632a6d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ const config = {
'secondary-700': '#006C60',
'secondary-800': '#00564D',
'secondary-900': '#004039',
'greyscale-000': '#ffffff',
'greyscale-000': '#f6f6f6',
'greyscale-100': '#EEEFF2',
'greyscale-200': '#D3D7DE',
'greyscale-300': '#B6BCC8',
@@ -364,7 +364,7 @@
--c--theme--colors--secondary-700: #006c60;
--c--theme--colors--secondary-800: #00564d;
--c--theme--colors--secondary-900: #004039;
--c--theme--colors--greyscale-000: #ffffff;
--c--theme--colors--greyscale-000: #f6f6f6;
--c--theme--colors--greyscale-100: #eeeff2;
--c--theme--colors--greyscale-200: #d3d7de;
--c--theme--colors--greyscale-300: #b6bcc8;
@@ -388,7 +388,7 @@ export const tokens = {
'secondary-700': '#006C60',
'secondary-800': '#00564D',
'secondary-900': '#004039',
'greyscale-000': '#ffffff',
'greyscale-000': '#f6f6f6',
'greyscale-100': '#EEEFF2',
'greyscale-200': '#D3D7DE',
'greyscale-300': '#B6BCC8',
@@ -108,7 +108,7 @@ export const InvitationItem = ({
<Text
$isMaterialIcon
$theme={!canDelete ? 'greyscale' : 'primary'}
$variation={!canDelete ? '500' : 'text'}
$variation="500"
>
delete
</Text>
@@ -104,7 +104,7 @@ export const MemberItem = ({
<Text
$isMaterialIcon
$theme={isNotAllowed ? 'greyscale' : 'primary'}
$variation={isNotAllowed ? '500' : 'text'}
$variation="500"
>
delete
</Text>