Skip to content

Commit

Permalink
fix: (replace bg-emphasis with inverse in camera, remove divider in d…
Browse files Browse the repository at this point in the history
…ocs of input-group, replace bg-emphasis with inverse in modal)
  • Loading branch information
Afiq Yasin Ramadhan authored and Afiq Yasin Ramadhan committed Mar 31, 2023
1 parent 30a8fa2 commit 30c9238
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/camera/Camera.vue
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export default defineComponent({
@apply absolute bottom-20 left-0 right-0 text-center text-on-emphasis px-4;
&-text {
@apply bg-emphasis/80 px-4 py-1 text-sm rounded shadow-md inline-block max-w-full truncate;
@apply bg-inverse/80 px-4 py-1 text-sm rounded shadow-md inline-block max-w-full truncate;
}
}
}
Expand Down
1 change: 0 additions & 1 deletion src/components/input-group/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ description: Combine multiple input in singleline.
<p-input-group-addon>
<IconEmail />
</p-input-group-addon>
<p-divider vertical />
<p-input />
</p-input-group>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default defineComponent({
/**
* Set modal backdrop
*/
@apply w-full h-full overflow-y-auto fixed left-0 top-0 bg-emphasis/30 z-[1060] overscroll-contain;
@apply w-full h-full overflow-y-auto fixed left-0 top-0 bg-inverse/30 z-[1060] overscroll-contain;
&--banner {
.modal {
Expand Down

0 comments on commit 30c9238

Please sign in to comment.