-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Again Dev Started #46
Conversation
1. area component updated 2. areatitle component can render area as children and no more accpeting description as a prop with description text the ui looks too dull
@@ -22,6 +23,7 @@ const Header = (props: HeaderProps) => { | |||
styles.header, | |||
{ | |||
backgroundColor: '#000000' + props.transparency || '00', | |||
top: DEVICE_STATUSBAR_HEIGHT_CONSTANT, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
statusbar overflow
/** | ||
* © 2021 Sobyte | ||
* | ||
* @author : Sobhan Bera (sobhanbera) | ||
* @other_editors : | ||
* @file : Typescript | ||
* | ||
* Purpose - apps dark and default theme scheme | ||
*/ | ||
|
||
import ThemeColors, {RequiredCommonColors} from './ThemeProps' | ||
|
||
/** | ||
* Here different Theme could be written which should include all the following properties of @theme_interface | ||
* and includig @common_colors_interface as the object given above @theme_interface__object + @common_colors_interface__object | ||
*/ | ||
|
||
/** | ||
* @define as much themes you want below this comment only... | ||
* @and also give some sutaible detail of the corresponsing theme... | ||
*/ | ||
export const LightTheme: ThemeColors = { | ||
/** | ||
* This is the object for Dark Theme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
light theme added and I think I forgot about the comments to update too
@@ -23,16 +23,20 @@ import { | |||
GRADIENT_COLOR_SCHEME_ARRAY_MAX_LENGTH, | |||
} from '../constants' | |||
import {DarkTheme} from './DarkTheme' | |||
import {LightTheme} from './LightTheme' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
theme changer function added globally
This development started in the settings screen specifically for theme management or provider component.