Skip to content

Commit

Permalink
AUUUGH
Browse files Browse the repository at this point in the history
  • Loading branch information
SynthTwo committed Nov 18, 2024
1 parent d4dbb0d commit e39a728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/chat/ChatPageSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const ChatPageSettings = (props) => {
{!page.isMain && (
<Stack.Item ml={0.5}>
<Button
color="#6349a1"
color="blue"
icon="angles-right"
tooltip="Reorder tab to the right"
onClick={() =>
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $brown: #a5673f !default;
$grey: #767676 !default;
$light-grey: #aaa !default;

$primary: #6349a1 !default;
$primary: #6349a1 !default; //iris edit
$good: #5baa27 !default;
$average: #f08f11 !default;
$bad: #db2828 !default;
Expand Down

0 comments on commit e39a728

Please sign in to comment.