Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/merge-queue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import DocsetGrid from '~/components/DocsetGrid/DocsetGrid.astro';
import Docset from '~/components/DocsetGrid/Docset.astro';

export const Yes = ({children}) => (
<span style={{color: 'var(--chakra-colors-green-500)', fontWeight: '600'}}>
<span style={{color: 'var(--color-teal-700)', fontWeight: '600'}}>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" strokeWidth="3" strokeLinecap="round" strokeLinejoin="round"
style={{verticalAlign: 'middle', marginRight: '4px'}} aria-hidden="true">
Expand All @@ -20,7 +20,7 @@ export const Yes = ({children}) => (
);

export const No = ({children}) => (
<span style={{color: 'var(--chakra-colors-red-500)', fontWeight: '600'}}>
<span style={{color: 'var(--color-coral-700)', fontWeight: '600'}}>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" strokeWidth="3" strokeLinecap="round" strokeLinejoin="round"
style={{verticalAlign: 'middle', marginRight: '4px'}} aria-hidden="true">
Expand Down
Loading