Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Change Select to soft and unifty its styling with the rest of the UI
  • Loading branch information
cipherlogs committed Mar 12, 2024
commit 3c1e74dbd9b0b8f75bc5a278bb30c1d121d6855a
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export default function ColorInversionNavigation() {
}}
>
<Select
variant="outlined"
defaultValue="1"
variant="soft"
size="sm"
defaultValue="1"
placeholder={
<Stack alignItems="start">
<Typography level="title-lg">Saleshouse</Typography>
Expand All @@ -63,7 +63,8 @@ export default function ColorInversionNavigation() {
<BubbleChartIcon sx={{ m: 0 }} />
</Sheet>
}
sx={{ py: 1 }}
color={color}
sx={{py: 1, bgcolor: "transparent", border: "1px solid", borderColor: "divider"}}
>
<Option value="1">General team</Option>
<Option value="2">Engineering team</Option>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function ColorInversionNavigation() {
}}
>
<Select
variant="outlined"
variant="soft"
defaultValue="1"
size="sm"
placeholder={
Expand All @@ -63,7 +63,8 @@ export default function ColorInversionNavigation() {
<BubbleChartIcon sx={{ m: 0 }} />
</Sheet>
}
sx={{ py: 1 }}
color={color}
sx={{py: 1, bgcolor: "transparent", border: "1px solid", borderColor: "divider"}}
>
<Option value="1">General team</Option>
<Option value="2">Engineering team</Option>
Expand Down