mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
fix(ui): exchange rate widget height
This commit is contained in:
parent
c32c4e31b3
commit
ae846d85e7
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex items-center bg-gray-50 rounded-md textsm px-1 border">
|
||||
<div class="flex items-center bg-gray-50 rounded-md text-sm p-1 border">
|
||||
<div
|
||||
class="rate-container"
|
||||
:class="disabled ? 'bg-gray-100' : 'bg-gray-25'"
|
||||
|
Loading…
Reference in New Issue
Block a user