Clean up colors and Selects

This commit is contained in:
Francis Cao 2026-02-06 16:48:45 -08:00
parent 9b814aa1ca
commit 895abdbbaf
7 changed files with 5 additions and 21 deletions

View file

@ -19,7 +19,6 @@ export function AdminLayout({ children }: { children: ReactNode }) {
width="240px"
height="100%"
border="right"
backgroundColor
marginRight="2"
padding="3"
>

View file

@ -12,7 +12,6 @@ export function SettingsLayout({ children }: { children: ReactNode }) {
width="240px"
height="100%"
border="right"
backgroundColor={'surface-raised'}
marginRight="2"
padding="3"
>

View file

@ -236,7 +236,7 @@ export function Journey({ websiteId, steps, startStep, endStep, view }: JourneyP
<div>{formatLongNumber(nodeCount)}</div>
</Focusable>
<Tooltip placement="top" offset={20} showArrow>
<Text transform="lowercase" color="ruby">
<Text transform="lowercase" color="red-700">
{`${dropped}% ${formatMessage(labels.dropoff)}`}
</Text>
<Column>