refactor(tables & forms): refactored tables and forms styles
This commit is contained in:
@@ -71,16 +71,16 @@ const desserts = [
|
||||
<td>
|
||||
{{ item.dessert }}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<td>
|
||||
{{ item.calories }}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<td>
|
||||
{{ item.fat }}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<td>
|
||||
{{ item.carbs }}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<td>
|
||||
{{ item.protein }}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user