mirror of
https://github.com/dergigi/boris.git
synced 2025-12-18 23:24:22 +01:00
refactor: update default highlight color to yellow-400 in ThreePaneLayout
This commit is contained in:
@@ -252,7 +252,7 @@ const ThreePaneLayout: React.FC<ThreePaneLayoutProps> = (props) => {
|
|||||||
right: 'calc(1rem + env(safe-area-inset-right))',
|
right: 'calc(1rem + env(safe-area-inset-right))',
|
||||||
width: '40px',
|
width: '40px',
|
||||||
height: '40px',
|
height: '40px',
|
||||||
backgroundColor: `${props.settings.highlightColorMine || '#ffff00'}B3`,
|
backgroundColor: `${props.settings.highlightColorMine || '#facc15'}B3`,
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}}
|
}}
|
||||||
onClick={props.onToggleHighlightsPanel}
|
onClick={props.onToggleHighlightsPanel}
|
||||||
|
|||||||
Reference in New Issue
Block a user