Skip to content

Commit

Permalink
Revert "Update orderbook style in pro view"
Browse files Browse the repository at this point in the history
This reverts commit d69bcc7.
  • Loading branch information
Syl committed Nov 28, 2021
1 parent f912dc4 commit fa4ef83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions atomic_defi_design/Dex/Exchange/Trade/OrderBook/Vertical.qml
Expand Up @@ -17,13 +17,13 @@ FloatingBackground
ColumnLayout
{
anchors.fill: parent
anchors.leftMargin: 10
anchors.rightMargin: 10
spacing: 10

DefaultText
{
font: DexTypo.subtitle3
Layout.leftMargin: 10
Layout.topMargin: 10
font: DexTypo.subtitle1
text: qsTr("Order Book")
}

Expand Down

0 comments on commit fa4ef83

Please sign in to comment.