Skip to content

Commit

Permalink
worked on the #37, details page header bar configured
Browse files Browse the repository at this point in the history
  • Loading branch information
IremToroslu committed May 18, 2021
1 parent e9d3936 commit ca55637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/details/PanelComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import React, { Component } from 'react';
import theme from 'resources/theme';
const PanelComponent = (props) => {
return (
<div className='w3-panel w3-padding-small' style={{backgroundColor:'#5d8485',marginLeft:15}}>
<div className='w3-panel w3-padding-small' style={{backgroundColor:'#466e78',marginLeft:15}}>
<div className='w3-row'>
<div className='w3-col s9'>
<h2 className='w3-opacity' style={{color:'white',fontSize:theme.typography.subtitle.fontSize,fontWeight:theme.typography.subtitle.fontWeight,lineHeight:theme.typography.subtitle.lineHeight,letterSpacing:theme.typography.subtitle.letterSpacing,marginTop:6}}>Canvas page</h2>
Expand Down

0 comments on commit ca55637

Please sign in to comment.