mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 16:23:22 +00:00
FIX - align phone app button styles
This commit is contained in:
@@ -891,10 +891,6 @@ onBeforeUnmount(() => {
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
.map-control--marker {
|
||||
--color-primary: #0a84ff;
|
||||
}
|
||||
|
||||
.map-placement-panel {
|
||||
position: absolute;
|
||||
z-index: 4;
|
||||
|
||||
@@ -1152,7 +1152,7 @@ onBeforeUnmount(() => {
|
||||
t(composeKind === 'post' ? 'choosePhotosHint' : 'chooseStoryHint')
|
||||
}}</span>
|
||||
</div>
|
||||
<k-button rounded tonal @click="chooseComposeMedia">
|
||||
<k-button rounded @click="chooseComposeMedia">
|
||||
{{
|
||||
t(
|
||||
selectedMedia.length
|
||||
|
||||
Reference in New Issue
Block a user