Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Salamander - APP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eirik Martin Danielsen
Salamander - APP
Merge requests
!70
Resolve "Add comments to all files"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Add comments to all files"
67-add-comments-to-all-files
into
master
Overview
0
Commits
10
Pipelines
0
Changes
4
Merged
Andrea Magnussen
requested to merge
67-add-comments-to-all-files
into
master
4 years ago
Overview
0
Commits
10
Pipelines
0
Changes
4
Closes
#67 (closed)
Edited
4 years ago
by
Andrea Magnussen
0
0
Merge request reports
Viewing commit
1fd36355
Prev
Next
Show latest version
4 files
+
44
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
1fd36355
Added documentation to constant files
· 1fd36355
Andrea Magnussen
authored
4 years ago
assets/themes/Theme.js
+
4
−
1
View file @ 1fd36355
Edit in single-file editor
Open in Web IDE
Show full file
import
React
from
"
react
"
;
import
{
DefaultTheme
}
from
"
react-native-paper
"
;
/**
* Defines the overall theme of the application. See https://callstack.github.io/react-native-paper/theming.html for more documentation.
*/
const
theme
=
{
...
DefaultTheme
,
roundness
:
2
,
Loading