Skip to content

Commit

Permalink
Update bar color (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumiguan authored Dec 29, 2021
1 parent 4e5bb9d commit 65e9eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/iOS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ export default {
height: calc(70vh - 10px);
}
.info-header {
background-color: #f8f8f9;
background-color: #fff;
padding: 5px;
}
.ivu-tabs > .ivu-tabs-bar {
border-bottom: 0px;
background-color: #f8f8f9;
background-color: #fff;
margin-bottom: 0px;
font-weight: bolder;
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-ios',
version='0.3.7',
version='0.3.8',
packages=['lyrebird_ios'],
url='https://github.com/meituan/lyrebird-ios',
author='HBQA',
Expand Down

0 comments on commit 65e9eaa

Please sign in to comment.