<StringText@TextInput>
background_color: 0, 0, 0, 0
foreground_color: 1, 1, 1, 1 # White text color
cursor_color: 0.2, 0.6, 1, 1
canvas.before:
Color:
rgba: 1, 0.5, 0, 1 # Border/Background Color
RoundedRectangle:
pos: self.pos
size: self.size
radius: [15,] # Define the border radius here
Color:
rgba: 0, 0, 0, 1 # Inside Input Field Color
RoundedRectangle:
pos: self.x + 2, self.y + 2
size: self.width - 4, self.height - 4
radius: [13,]