mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
Clean up colors and Selects
This commit is contained in:
parent
9b814aa1ca
commit
895abdbbaf
7 changed files with 5 additions and 21 deletions
|
|
@ -19,7 +19,6 @@ export function AdminLayout({ children }: { children: ReactNode }) {
|
|||
width="240px"
|
||||
height="100%"
|
||||
border="right"
|
||||
backgroundColor
|
||||
marginRight="2"
|
||||
padding="3"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ export function SettingsLayout({ children }: { children: ReactNode }) {
|
|||
width="240px"
|
||||
height="100%"
|
||||
border="right"
|
||||
backgroundColor={'surface-raised'}
|
||||
marginRight="2"
|
||||
padding="3"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue