mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
Add i18n, use default imports for UI.
This commit is contained in:
@@ -4,7 +4,7 @@ interface Props {
|
||||
readonly contrast?: boolean;
|
||||
};
|
||||
|
||||
export const InputBox = styled.input<Props>`
|
||||
export default styled.input<Props>`
|
||||
z-index: 1;
|
||||
padding: 8px 16px;
|
||||
border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user