Skip to content

Commit

Permalink
desing: 구분선 색상 변경 (TeamNADA#444)
Browse files Browse the repository at this point in the history
- white 로 변경.
  • Loading branch information
hyun99999 committed Apr 17, 2023
1 parent 2d6b9fc commit 31b61e8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions NADA-iOS-forRelease/Sources/Cells/CardCell/BackCardCell.xib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down Expand Up @@ -36,14 +35,14 @@
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FfP-9G-1a3">
<rect key="frame" x="24" y="74.5" width="279" height="1"/>
<color key="backgroundColor" name="background"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="Qid-DD-84g"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bNI-yG-96K">
<rect key="frame" x="24" y="371.5" width="279" height="1"/>
<color key="backgroundColor" name="background"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="6Db-Js-vCb"/>
</constraints>
Expand Down Expand Up @@ -230,8 +229,5 @@
</objects>
<resources>
<image name="iconShare" width="24" height="24"/>
<namedColor name="background">
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>

0 comments on commit 31b61e8

Please sign in to comment.