2
0
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:
18alantom 2023-05-31 11:49:02 +05:30
parent c32c4e31b3
commit ae846d85e7

View File

@ -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'"