Skip to content

Commit

Permalink
changing some colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosammito committed Oct 6, 2024
1 parent 8cfb8f8 commit b533c7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/d-screen/DScreen.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ export const DashboardScreenExample = () => {
</DScreenBar>
<DScreenBar type={"left"} justify={"space-between"} resizeable>
<div style={{display: "flex", flexDirection: "column", gap: ".5rem", overflow: "hidden"}}>
<DScreenButton color={"info"}>
<DScreenButton color={"secondary"}>
<IconHierarchy3 size={12}/>
Flows
</DScreenButton>
<DScreenButton>
<DScreenButton color={"warning"}>
<IconTicket size={12}/>
Issues
</DScreenButton>
<DScreenButton>
<DScreenButton color={"info"}>
<IconDatabase size={12}/>
Database
</DScreenButton>
</div>
<div style={{display: "flex", flexDirection: "column", gap: ".5rem", overflow: "hidden"}}>
<DScreenButton>
<DScreenButton color={"primary"}>
<IconSettings size={12}/>
Settings
</DScreenButton>
Expand All @@ -77,7 +77,7 @@ export const DashboardScreenExample = () => {
<DScreen>
<DScreenBar type={"left"} p={"0"} resizeable>
<DScreen>
<DScreenBar type={"top"}>
<DScreenBar miw={300} type={"top"}>
<DScreenButton onClick={openAll}>
Open All
</DScreenButton>
Expand Down

0 comments on commit b533c7b

Please sign in to comment.