Skip to content

Commit 996ec7b

Browse files
committed
Change blue colors and canvas arrow icons
1 parent 5a0afbc commit 996ec7b

File tree

12 files changed

+30
-34
lines changed

12 files changed

+30
-34
lines changed

app/src/components/StateManagement/CreateTab/components/StatePropsPanel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ const StatePropsPanel = ({ isThemeLight, data }): JSX.Element => {
432432
display: 'flex',
433433
flexDirection: 'column',
434434
width: `${40}px`,
435-
color: '#354E9C',
435+
color: '#0671E3',
436436
justifyContent: 'center'
437437
}}
438438
>
@@ -554,7 +554,7 @@ const useStyles = makeStyles((theme: Theme) => ({
554554
fontSize: '14.5px',
555555
textAlign: 'center',
556556
margin: '-20px 0px 5px 150px',
557-
border: ' 1px solid #354e9c',
557+
border: ' 1px solid #0671E3',
558558
borderRadius: '8px',
559559
transition: '0.3s'
560560
},

app/src/components/bottom/BottomTabs.tsx

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ const useStyles = makeStyles((theme) => ({
179179
flexGrow: 1,
180180
height: '100%',
181181
color: '#E8E8E8'
182-
// boxShadow: '0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)'
183182
},
184183
rootLight: {
185184
backgroundColor: '#0671e3'
@@ -194,15 +193,12 @@ const useStyles = makeStyles((theme) => ({
194193
minHeight: '50%'
195194
},
196195
tabsIndicator: {
197-
backgroundColor: '#354e9c' // changed
196+
backgroundColor: '#0671E3'
198197
},
199198
tabRoot: {
200199
textTransform: 'initial',
201-
minWidth: 170, // changed
202-
height: 60, // added
203-
// width: '150px',
204-
// margin: '0 16px',
205-
200+
minWidth: 170,
201+
height: 60,
206202
fontFamily: [
207203
'-apple-system',
208204
'BlinkMacSystemFont',
@@ -219,10 +215,10 @@ const useStyles = makeStyles((theme) => ({
219215
color: 'white',
220216
opacity: 1
221217
},
222-
fontWeight: 300, // added
218+
fontWeight: 300,
223219
'&$tabSelected': {
224220
color: 'white',
225-
backgroundColor: '#2D313A' // added
221+
backgroundColor: '#2D313A'
226222
},
227223
'&:focus': {
228224
color: 'white'
@@ -245,9 +241,9 @@ const useStyles = makeStyles((theme) => ({
245241
marginLeft: '10px'
246242
},
247243
projectSelector: {
248-
backgroundColor: '#131416', // changed
244+
backgroundColor: '#131416',
249245
color: 'white',
250-
margin: '0 10px 10px 0' // added
246+
margin: '0 10px 10px 0'
251247
}
252248
}));
253249

app/src/components/bottom/ChatRoom.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Chatroom = (props): JSX.Element => {
4242
const buttonStyles = {
4343
padding: '10px',
4444
marginLeft: '10px',
45-
backgroundColor: '#0070BA',
45+
backgroundColor: '#0671E3',
4646
color: 'white',
4747
border: 'none',
4848
borderRadius: '5px',

app/src/components/bottom/VideoMeeting.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const Videomeeting = (props): JSX.Element => {
211211
{userJoinCollabRoom && userJoinMeetingStatus === null && (
212212
<Button
213213
variant="contained"
214-
style={{ backgroundColor: '#0070BA' }}
214+
style={{ backgroundColor: '#0671E3' }}
215215
onClick={joinMeeting}
216216
>
217217
Join Meeting

app/src/components/bottom/VideoMeetingControl.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ const VideoMeetingControl: React.FC<VideoMeetingControlProps> = () => {
120120
>
121121
{useMic ? (
122122
<MicIcon
123-
style={{ fontSize: 36, color: '#0070BA', margin: '0 15px' }}
123+
style={{ fontSize: 36, color: '#0671E3', margin: '0 15px' }}
124124
/>
125125
) : (
126126
<MicOffIcon
127-
style={{ fontSize: 36, color: '#0070BA', margin: '0 15px' }}
127+
style={{ fontSize: 36, color: '#0671E3', margin: '0 15px' }}
128128
/>
129129
)}
130130
</button>
@@ -157,11 +157,11 @@ const VideoMeetingControl: React.FC<VideoMeetingControlProps> = () => {
157157
>
158158
{useWebcam ? (
159159
<VideocamIcon
160-
style={{ fontSize: 36, color: '#0070BA', margin: '0 15px' }}
160+
style={{ fontSize: 36, color: '#0671E3', margin: '0 15px' }}
161161
/>
162162
) : (
163163
<VideocamOffIcon
164-
style={{ fontSize: 36, color: '#0070BA', margin: '0 15px' }}
164+
style={{ fontSize: 36, color: '#0671E3', margin: '0 15px' }}
165165
/>
166166
)}
167167
</button>

app/src/components/left/HTMLPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ const useStyles = makeStyles({
343343
transition: '0.3s',
344344
borderRadius: '10px',
345345
alignSelf: 'end',
346-
border: '1px solid #354e9c'
346+
border: '1px solid #0671E3'
347347
},
348348
lightThemeFontColor: {
349349
color: 'white',

app/src/components/left/ProfilePage.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const ProfilePage = () => {
4949
<Typography sx={{ fontSize: 14 }} color="text.secondary" gutterBottom>
5050
Hello,
5151
</Typography>
52-
<Typography variant="h5" component="div" sx={{ color: '#0070BA' }}>
52+
<Typography variant="h5" component="div" sx={{ color: '#0671E3' }}>
5353
{username ? username : 'Guest'}
5454
</Typography>
5555
<Typography sx={{ mb: 1.5, marginTop: '7px' }} color="text.secondary">
@@ -90,7 +90,7 @@ const ProfilePage = () => {
9090
<Button
9191
size="small"
9292
sx={{
93-
color: '#0070BA',
93+
color: '#0671E3',
9494
textTransform: 'capitalize',
9595
fontSize: '14px'
9696
}}
@@ -114,7 +114,7 @@ const ProfilePage = () => {
114114
<Button
115115
size="small"
116116
sx={{
117-
color: '#0070BA',
117+
color: '#0671E3',
118118
textTransform: 'capitalize',
119119
fontSize: '14px'
120120
}}
@@ -125,7 +125,7 @@ const ProfilePage = () => {
125125
<Button
126126
size="small"
127127
sx={{
128-
color: '#0070BA',
128+
color: '#0671E3',
129129
textTransform: 'capitalize',
130130
fontSize: '14px'
131131
}}

app/src/components/main/Canvas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ const Canvas = forwardRef<HTMLDivElement, CanvasProps>(({ zoom }, ref) => {
368368
color: '#ffffff',
369369
backgroundColor: '#151515',
370370
zIndex: 0,
371-
border: '2px solid #354e9c',
371+
border: '2px solid #0671E3',
372372
whiteSpace: 'nowrap',
373373
cursor: 'pointer',
374374
textTransform: 'none'

app/src/components/main/CanvasContainer.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import CodePreview from '../bottom/CodePreview';
66
import { toggleCodePreview } from '../../redux/reducers/slice/appStateSlice';
77
import { Button } from '@mui/material';
88
import {
9-
ArrowDownward,
10-
ArrowUpward,
119
DeveloperMode,
10+
VerticalAlignBottom,
11+
VerticalAlignTop,
1212
ZoomIn,
1313
ZoomOut
1414
} from '@mui/icons-material';
@@ -118,15 +118,15 @@ function CanvasContainer(props: CanvasContainerProps): JSX.Element {
118118
container.scrollTop = 0;
119119
}}
120120
>
121-
<ArrowUpward />
121+
<VerticalAlignTop />
122122
</Button>
123123
<Button
124124
style={buttonStyle}
125125
onClick={() => {
126126
container.scrollTop = container.clientHeight;
127127
}}
128128
>
129-
<ArrowDownward />
129+
<VerticalAlignBottom />
130130
</Button>
131131
<Button style={buttonStyle} onClick={zoomIn}>
132132
<ZoomIn />

app/src/components/right/ComponentPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const useStyles = makeStyles({
323323
display: 'inline-block'
324324
},
325325
rootCheckBox: {
326-
borderColor: '#354e9c',
326+
borderColor: '#0671E3',
327327
padding: '7px 0'
328328
},
329329
rootCheckBoxLabel: {

app/src/components/top/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const NavBar: React.FC = () => {
6161
};
6262

6363
const buttonStyle = {
64-
backgroundColor: '#354E9C',
64+
backgroundColor: '#0671E3',
6565
border: 'none',
6666
color: 'white',
6767
fontSize: '12px',

app/src/public/styles/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ RIGHT COLUMN
414414
#addComponentButton {
415415
height: 49px;
416416
width: 130px;
417-
background-color: #354e9c;
418-
border: 2px solid #354e9c;
417+
background-color: #0671E3;
418+
border: 2px solid #0671E3;
419419
border-radius: 10px;
420420
font-size: 16.5px;
421421
}
@@ -776,7 +776,7 @@ div.rst__rowContents {
776776
bottom: 30px;
777777
right: 30px;
778778
z-index: 999;
779-
background-color: #354e9c;
779+
background-color: #0671E3;
780780
box-shadow: none;
781781
padding: 32px;
782782
}

0 commit comments

Comments
 (0)