Skip to content

Commit

Permalink
финалочка
Browse files Browse the repository at this point in the history
  • Loading branch information
babaevlsdd committed Dec 29, 2024
1 parent fd0ae4f commit 4e0e901
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Content.Client/_Sunrise/Roadmap/Roadmap.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PanelContainer>
<PanelContainer.PanelOverride>
<gfx:StyleBoxFlat
BackgroundColor="#1a1a1a"
BackgroundColor="#1b1a1f"
ContentMarginLeftOverride="10"
ContentMarginRightOverride="10"/>
</PanelContainer.PanelOverride>
Expand Down Expand Up @@ -42,10 +42,10 @@
</ScrollContainer>
</BoxContainer>

<PanelContainer MinWidth="2" Margin="0 0 10 0">
<PanelContainer MinWidth="1" Margin="0 0 10 0" VerticalExpand="True">
<PanelContainer.PanelOverride>
<gfx:StyleBoxFlat
BackgroundColor="#333333"/>
BackgroundColor="#2a292f"/>
</PanelContainer.PanelOverride>
</PanelContainer>

Expand All @@ -72,10 +72,10 @@
</ScrollContainer>
</BoxContainer>

<PanelContainer MinWidth="2" Margin="0 0 10 0">
<PanelContainer MinWidth="1" Margin="0 0 10 0" VerticalExpand="True">
<PanelContainer.PanelOverride>
<gfx:StyleBoxFlat
BackgroundColor="#333333"/>
BackgroundColor="#2a292f"/>
</PanelContainer.PanelOverride>
</PanelContainer>

Expand Down
4 changes: 2 additions & 2 deletions Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<PanelContainer>
<PanelContainer.PanelOverride>
<gfx:StyleBoxFlat
BackgroundColor="#252525"
BorderColor="#333333"
BackgroundColor="#232228"
BorderColor="#2a292f"
BorderThickness="1"
ContentMarginLeftOverride="10"
ContentMarginRightOverride="10"
Expand Down

0 comments on commit 4e0e901

Please sign in to comment.