Skip to content

Commit

Permalink
increase padding at the bottom of the table
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Oct 19, 2023
1 parent 04bd846 commit 9e83fef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const quaternionToEuler = (rot_quat: Quaternion): { x: number; y: number; z: num
</script>

<template>
<v-card dark class="pr-6" style="background-color: #006492">
<v-card dark class="pr-6 pb-3" style="background-color: #006492">
<v-card-title>Apriltag Field Layout</v-card-title>
<div class="ml-5">
<p>Field width: {{ useSettingsStore().currentFieldLayout.field.width.toFixed(2) }} meters</p>
Expand Down

0 comments on commit 9e83fef

Please sign in to comment.