Skip to content

Commit afe11fd

Browse files
committed
fix: styling
1 parent c923ee5 commit afe11fd

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

package/src/components/Poll/components/PollInputDialog.tsx

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@ export const PollInputDialog = ({
7777
onPress={closeDialog}
7878
style={styles.button}
7979
/>
80-
{/*<Pressable*/}
81-
{/* onPress={closeDialog}*/}
82-
{/* style={({ pressed }) => ({ opacity: pressed ? 0.5 : 1 })}*/}
83-
{/*>*/}
84-
{/* <Text style={[styles.button, { color: accent_dark_blue }, button]}>*/}
85-
{/* {t('Cancel')}*/}
86-
{/* </Text>*/}
87-
{/*</Pressable>*/}
8880
<Button
8981
variant={'secondary'}
9082
type={'solid'}
@@ -97,17 +89,6 @@ export const PollInputDialog = ({
9789
style={styles.button}
9890
disabled={!dialogInput}
9991
/>
100-
{/*<Pressable*/}
101-
{/* onPress={() => {*/}
102-
{/* onSubmit(dialogInput);*/}
103-
{/* closeDialog();*/}
104-
{/* }}*/}
105-
{/* style={({ pressed }) => ({ marginLeft: 32, opacity: pressed ? 0.5 : 1 })}*/}
106-
{/*>*/}
107-
{/* <Text style={[styles.button, { color: accent_dark_blue }, button]}>*/}
108-
{/* {t('SEND')}*/}
109-
{/* </Text>*/}
110-
{/*</Pressable>*/}
11192
</View>
11293
</Animated.View>
11394
</KeyboardAvoidingView>
@@ -147,7 +128,7 @@ const useStyles = () => {
147128
},
148129
input: {
149130
alignItems: 'center',
150-
borderColor: semantics.borderCoreDefault,
131+
borderColor: semantics.borderUtilityActive,
151132
borderRadius: primitives.radiusMd,
152133
borderWidth: 1,
153134
fontSize: primitives.typographyFontSizeMd,

0 commit comments

Comments
 (0)