fix: colors (#6564)

This commit is contained in:
sanish chirayath
2025-12-30 20:29:43 +05:30
committed by GitHub
parent 36b0a90de3
commit 676f8223ec
5 changed files with 8 additions and 11 deletions

View File

@@ -16,10 +16,6 @@ const StyledWrapper = styled.div`
background-color: ${(props) => props.theme.examples.buttonColor};
border: 1px solid ${(props) => props.theme.examples.buttonColor};
color: white;
svg {
color: ${(props) => props.theme.text} !important;
}
}
.secondary-btn {

View File

@@ -142,7 +142,7 @@ const ResponseExampleTopBar = ({
onClick={handleSave}
data-testid="response-example-save-btn"
>
<IconDeviceFloppy size={16} color={theme.examples.buttonText} />
<IconDeviceFloppy size={16} />
Save
</button>
</div>
@@ -188,6 +188,7 @@ const ResponseExampleTopBar = ({
</button>
<button
className="secondary-btn flex items-center gap-1.5 px-4 py-2 rounded-md text-xs font-medium cursor-pointer border whitespace-nowrap"
style={{ color: theme.examples.buttonText }}
onClick={onEditToggle}
data-testid="response-example-edit-btn"
>