Fixing padding for back button
This commit is contained in:
parent
f28e4fb4ea
commit
a6b7bc8e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<button
|
<button
|
||||||
@click="handleClick"
|
@click="handleClick"
|
||||||
class="back-button-wrapper p-3"
|
class="back-button-wrapper p-2"
|
||||||
:aria-label="backButtonAccessibleText"
|
:aria-label="backButtonAccessibleText"
|
||||||
>
|
>
|
||||||
<div class="button-back">
|
<div class="button-back">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue