💄(frontend) tiny hotfixes for opendesk theme
This commit is contained in:
@@ -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',
|
||||
|
||||
+1
-1
@@ -108,7 +108,7 @@ export const InvitationItem = ({
|
||||
<Text
|
||||
$isMaterialIcon
|
||||
$theme={!canDelete ? 'greyscale' : 'primary'}
|
||||
$variation={!canDelete ? '500' : 'text'}
|
||||
$variation="500"
|
||||
>
|
||||
delete
|
||||
</Text>
|
||||
|
||||
+1
-1
@@ -104,7 +104,7 @@ export const MemberItem = ({
|
||||
<Text
|
||||
$isMaterialIcon
|
||||
$theme={isNotAllowed ? 'greyscale' : 'primary'}
|
||||
$variation={isNotAllowed ? '500' : 'text'}
|
||||
$variation="500"
|
||||
>
|
||||
delete
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user