Skip to content

Commit

Permalink
Improved: unwanted color property for border
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Feb 3, 2024
1 parent af11a95 commit a3ce715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BrokeringQuery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ ion-back-button::part(icon) {
/* As no border is displayed by default to the ion-back-button */
ion-back-button::part(native) {
border: 1px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.32);
border: 1px solid;
border-radius: 16px;
}
</style>

0 comments on commit a3ce715

Please sign in to comment.